Your suggested change has been received. Thank you.

close

SAML Authentication Response Web Hook (1.0.0)

Download OpenAPI specification:Download

A hook that is executed just before the SAML assertion is generated and returned

saml-authentication-response-web-hook

customize-saml-authn-response

This Web Hook can add additional attributes to the SAML assertion and determine whether users are authorized under certain conditions.

Authorizations:
basicAuthbearerAuth
Request Body schema: application/json
object (User)
required
object (ServiceProvider)
object

All available user-related attributes.

required
object (ExecutionContext)
object or null

Hook context optional custom parameters, i.e. : 'on_behalf_of', 'on_behalf_of_type'

Responses

Request samples

Content type
application/json
{
  • "user": {
    },
  • "serviceProvider": {},
  • "userAttributes": { },
  • "executionContext": {
    },
  • "contextCustomParams": {
    }
}

Response samples

Content type
application/json
{
  • "additionalAttributes": {
    }
}