SAML _security/saml/authenticate
API should return realm name used for authentication
#52053
Labels
>enhancement
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
Currently response of
_security/saml/authenticate
includes onlyusername
,access_token
,refresh_token
andexpires_in
. That means that if consumer doesn't provide an optionalrealm
parameter they don't know what realm was used to perform authentication unless they send a subsequent request to/_security/_authenticate
and readauthentication_realm
field.It's not critical, but rather nice to have since Kibana relies on the
realm
name for various use cases and it'd be ideal to avoid additional/_security/_authenticate
call right after_security/saml/authenticate
./cc @jkakavas
The text was updated successfully, but these errors were encountered: