Modify the list of OpenID providers
We can change the list of identity providers that your users can access. We can add or remove providers from the list. We can change the order the identity providers display in the Login and Profile Management portlet user interfaces.
- Log on to the WAS admin console and select...
Security | Global security | Web and SIP security | Trust association | Interceptors | com.ibm.portal.auth.OpenIDTAI
- Modify the following properties based on your business requirements:
- openid.servicenames
- This property defines a comma-separated list of the identity providers the users see. For example, type Google,Yahoo. The order of the names affects the user interface and the order the providers are displayed.
- provider.openid.servicenames.endpoints
- When we configure identity providers using the OpenID specifications, enter a comma-separated list of OpenID endpoints (access addresses) for the identity providers entereded in the openid.servicenames parameter. For example, type https://www.google.com/accounts/o8/id,https://me.yahoo.com/. There must be a one-to-one correspondence between the openid.servicenames and the openid.servicenames.endpoints parameters. If we entered three identity providers in the openid.servicenames parameter, we must enter three endpoints in the openid.servicenames.endpoints parameter and in the same sequence.
- Restart the WebSphere_Portal server.