AEM 6 SSO configuration not working
I am trying to configure the local AEM 6 instance for SSO configuration. As specified in this document https://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/single-sign-on.html
I have configured the Header Names property in the Adobe Granite SSO Authentication Handler as 'testheader'
The 'path' is set as / and the format is AsIs
Now I logout of the instance;and set the request header using the 'ModHeader' chrome plugin; as 'testheader' : 'admin'
But when I reload the page; I get the error as a white screen with the message 'Authentication Failed'
As per this document; https://helpx.adobe.com/experience-manager/kb/HowToConfigureSSO.html the 'trust_credentials_attribute' is not required to be set any more in AEM.
So; as per understanding; after logging out of AEM; and setting the request header; the request should get authenticated and AEM should login the user with login id 'admin'
Is the configuration correct; or we need to configure the 'trust_credentials_attribute' in repository.xml for AEM as well?