OpenID Connect Provider1.0
OpenID Connect Provider
1.0
This feature enables web applications to integrate OpenID Connect Server 1.0 for authenticating users instead of, or in addition to, the configured user registry.
Enabling this feature
To enable the OpenID Connect Provider 1.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>openidConnectServer-1.0</feature>