Skip to content

Commit 8bacf63

Browse files
committed
This change adds realm name of the realm used to perform authentication to the responses of _security/oidc/authenticate and _security/oidc/authenticate APIs
Resolves elastic#53161
1 parent e87b60e commit 8bacf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/rest-api/security/oidc-prepare-authentication-api.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ the Authentication Request, as HTTP GET parameters:
8282
"redirect" : "http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I&nonce=WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM&client_id=elasticsearch-rp",
8383
"state" : "4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I",
8484
"nonce" : "WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM",
85-
"realm_name" : "oidc1"
85+
"realm" : "oidc1"
8686
}
8787
--------------------------------------------------
8888
// TESTRESPONSE[s/4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I/\$\{body.state\}/]
@@ -111,7 +111,7 @@ the Authentication Request, as HTTP GET parameters:
111111
"redirect" : "http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO&nonce=zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5&client_id=elasticsearch-rp",
112112
"state" : "lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO",
113113
"nonce" : "zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5",
114-
"realm_name" : "oidc1"
114+
"realm" : "oidc1"
115115
}
116116
--------------------------------------------------
117117

0 commit comments

Comments
 (0)