When the Knowledge Center is configured for single sign-on (SSO), authentication is done
through SSO. However, the Knowledge Center will continue to authorize users by mapping the
SSO user information to the Knowledge Center user information.
Select two statements that are true about the configuration of the Knowledge Center to map the
user Information.
A.
Change the UserHeaderLogin setting to true in the web.config file.
B.
Install the Knowledge Center as Windows authentication, and then the Windows user
Information will be mapped to the Knowledge Center user information.
C.
Edit the customHeaders.xml file to map HTTP headers to the Knowledge Center user
Information.
D.
Configure the SSO server to map the SSO user’s username and password to the Knowledge
Center user’s username and password.
E.
Configure the SSO server policy to allow “SSO Authenticate and authorize” on both KCenter
and KData virtual directories so that the HTTP Header info will be mapped to both virtual
directories.
Explanation:
Configure Knowledge Center for SSO
A:Edit the web.config file located in the Knowledge Center\Web Server\KPath\ path.
Change the configuration -> appSettings -> UserHeaderLogin to true. Add
configuration -> appSettings -> SSOLogoutUrl that contains the logout URL.
C:Edit the CustomHeaders.xml file located in the Knowledge Center\Web
Server\KPath\bin\ path. This is used to map the HTTP Headers to the Knowledge
Center User information
Note: Also configure the SSO Policies on the SSO Server to authenticate and authorize the
following virutal directories.
KCenter – SSO Authenticate and authorize
KContent – SSO Authenticate and authorize
KContent/ContentTools – anonymous
KData – anonymous