此内容没有您所选择的语言版本。
5.6.3. Configure Identity Provider
The Identity Provider (IDP) is a JBoss EAP server instance.
Procedure 5.1. Configure Identity Provider (IDP)
Configure the web application security for the IDP
Configure a web application as the Identity provider.Note
The use of FORM based web application security is recommended as it gives you the ability to customize the login page.The following is an example of theweb.xml
configurationExample 5.6. web.xml Configuration for IDP
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the IDP Valves
Create acontext.xml
file in the WEB-INF directory of your IDP web application to configure the valves for the IDP. The following is an example ofcontext.xml
file.Example 5.7. context.xml File Configuration for IDP Valves
<context> <Valve className="org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve"/> </context>
<context> <Valve className="org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve"/> </context>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the PicketLink Configuration File (picketlink.xml)
Configurepicketlink.xml
in the WEB-INF directory of your IDP web application. In this configuration file you provide the URL that gets added as the issuer in the outgoing SAML2 assertions to the service providers and the IDP. The following is an example ofpicketlink.xml
configuration.Example 5.8. picketlink-idfed.xml Configuration
Copy to Clipboard Copied! Toggle word wrap Toggle overflow