You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no issuer attribute for the openidConnectClient element. The word issuer= should be corrected to issuerIdentifier=
Description of precedence "Open Liberty selects the openidConnectClient configuration to use for a JWT request according to the following algorithm." currently says:
1. If the authentication filter for a openidConnectClient configuration matches the request, choose that configuration.
2. If the issuer claim from the JWT matches the issuer attribute in only one openidConnectClient configuration element, choose that configuration.
3. If the issuer claim from the JWT matches the issuer attribute in multiple openidConnectClient configuration elements, choose the first configuration that matches.
4. If the issuer claim from the JWT does not match the issuer attribute in any openidConnectClient configuration elements, choose between all of the configuration elements in a nondeterministic manner.
The words issuer attribute should be corrected to issuerIdentifier attribute
The text was updated successfully, but these errors were encountered:
OpenLiberty topic "OpenID Connect Client 1.0" https://openliberty.io/docs/latest/reference/feature/openidConnectClient-1.0.html#jwt section "Configure JSON Web Token (JWT) authentication for OpenID Connect"
The text was updated successfully, but these errors were encountered: