From 9f06816cdaafe3241d2ed453f8cbed685eb10e0f Mon Sep 17 00:00:00 2001 From: Takashi Norimatsu Date: Thu, 29 Apr 2021 16:41:26 +0900 Subject: [PATCH] fix regression error --- server_admin/topics/sso-protocols/oidc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_admin/topics/sso-protocols/oidc.adoc b/server_admin/topics/sso-protocols/oidc.adoc index 0885f4d5af..ef6ada126e 100644 --- a/server_admin/topics/sso-protocols/oidc.adoc +++ b/server_admin/topics/sso-protocols/oidc.adoc @@ -195,7 +195,7 @@ Authentication Delegation Request/Response consists of the following messaging. Authentication Delegation Request:: The request is sent from keycloak to the authentication entity to ask it for user authentication by AD. ---- -POST {delegation_reception} +POST [delegation_reception] ---- * Headers @@ -257,7 +257,7 @@ Authentication Result Notification/ACK consists of the following messaging. Authentication Result Notification:: The authentication entity sends the result of the authentication request to keycloak. ---- -POST /auth/realms/{realm}/protocol/openid-connect/ext/ciba/auth/callback +POST /auth/realms/[realm]/protocol/openid-connect/ext/ciba/auth/callback ---- * Headers