Reinstate missing endpoints

auth and backchannel-logout descriptions were missing

Closes #1468
This commit is contained in:
AndyMunro 2022-04-13 20:37:15 -04:00 committed by Marek Posolda
parent ed19065077
commit 7047d6f340

View file

@ -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.