Correct OIDC endpoint descriptions

This commit is contained in:
Alec Henninger 2021-04-10 19:21:02 -04:00 committed by Stian Thorgersen
parent b7437e3cd3
commit 1d4d351611

View file

@ -108,9 +108,10 @@ You can also find these endpoints under "OpenID Endpoint Configuration" in your
/realms/{realm-name}/protocol/openid-connect/auth::
This is the URL endpoint for obtaining a temporary code in the Authorization Code Flow or for obtaining tokens via the
Implicit Flow, Direct Grants, or Client Grants.
Implicit Flow or Hybrid Flow.
/realms/{realm-name}/protocol/openid-connect/token::
This is the URL endpoint for the Authorization Code Flow to turn a temporary code into a token.
This is the URL endpoint for the Authorization Code Flow to turn a temporary code into a token, or for obtaining tokens
directly via Resource Owner Password Credentials (Direct Access Grants) or Client Credentials.
/realms/{realm-name}/protocol/openid-connect/logout::
This is the URL endpoint for performing logouts.
/realms/{realm-name}/protocol/openid-connect/userinfo::