Issue #8216 - changes from review

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2022-07-04 13:31:20 +10:00
parent 2613917668
commit 057519f985
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ public class OpenIdConfiguration extends ContainerLifeCycle
/**
* Process the OpenID Connect metadata discovered by {@link #fetchOpenIdConnectMetadata()}.
* By default, only the {@link #AUTHORIZATION_ENDPOINT} and {@link #TOKEN_ENDPOINT} claims are extracted.
* @see <a href="https://openid.net/specs/openid-connect-discovery-1_0.html">OpenID Connect Discovery 1.0</a>
*/
protected void processMetadata(Map<String, Object> discoveryDocument)
{