SAML callback
Accepts a callback request from an identity provider and authenticates the user.
Responses
-
Redirects to the UI endpoint with an authorization token in the fragment and the relay state, if it was specified during the initialization.
-
The supplied SAML response is invalid. (code:
root.unauthenticated
) -
The administrator needs to configure the authentication cluster. (code:
authc.no_authentication_cluster
) -
The authentication cluster failed to process the request. The response body contains details about the error. (code:
authc.authentication_cluster_error
)
POST
/users/auth/saml/_callback
curl \
--request POST 'https://{{hostname}}/api/v1/users/auth/saml/_callback' \
--user "username:password"