From 7047d6f340bea804f2279f00dbc507e32e934a42 Mon Sep 17 00:00:00 2001 From: AndyMunro Date: Wed, 13 Apr 2022 20:37:15 -0400 Subject: [PATCH] Reinstate missing endpoints auth and backchannel-logout descriptions were missing Closes #1468 --- .../topics/sso-protocols/con-server-oidc-uri-endpoints.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server_admin/topics/sso-protocols/con-server-oidc-uri-endpoints.adoc b/server_admin/topics/sso-protocols/con-server-oidc-uri-endpoints.adoc index 8aad369625..7e7de087cf 100644 --- a/server_admin/topics/sso-protocols/con-server-oidc-uri-endpoints.adoc +++ b/server_admin/topics/sso-protocols/con-server-oidc-uri-endpoints.adoc @@ -30,4 +30,10 @@ https://localhost:8080{kc_base_path} /realms/{realm-name}/protocol/openid-connect/auth/device:: 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.