OpenID Connect Client
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 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>openidConnectClient-1.0</feature>