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