Reinstate missing endpoints
auth and backchannel-logout descriptions were missing Closes #1468
This commit is contained in:
parent
ed19065077
commit
7047d6f340
1 changed files with 6 additions and 0 deletions
|
@ -30,4 +30,10 @@ https://localhost:8080{kc_base_path}
|
||||||
/realms/{realm-name}/protocol/openid-connect/auth/device::
|
/realms/{realm-name}/protocol/openid-connect/auth/device::
|
||||||
Used for Device Authorization Grant to obtain a device code and a user code.
|
Used for Device Authorization Grant to obtain a device code and a user code.
|
||||||
|
|
||||||
|
/realms/{realm-name}/protocol/openid-connect/ext/ciba/auth::
|
||||||
|
This is the URL endpoint for Client Initiated Backchannel Authentication Grant to obtain an auth_req_id that identifies the authentication request made by the client.
|
||||||
|
|
||||||
|
/realms/{realm-name}/protocol/openid-connect/logout/backchannel-logout::
|
||||||
|
This is the URL endpoint for performing backchannel logouts described in the OIDC specification.
|
||||||
|
|
||||||
In all of these, replace {realm-name} with the name of the realm.
|
In all of these, replace {realm-name} with the name of the realm.
|
||||||
|
|
Loading…
Reference in a new issue