Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
A hook that is executed just before the SAML assertion is generated and returned
This Web Hook can add additional attributes to the SAML assertion and determine whether users are authorized under certain conditions.
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' |
{- "user": {
- "id": "fb6239f6-2j3j-4jj5-997-092999923h"
}, - "userAttributes": { },
- "executionContext": {
- "ipAddress": "string",
- "triggeredBy": [
- "/oauth/saml-idp/authn-response"
]
}, - "contextCustomParams": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
{- "additionalAttributes": {
- "basicAttribute": "example value",
- "complexAttribute": {
- "userDefinedProperty1": "userDefinedValue1",
- "userDefinedProperty2": "userDefinedValue2"
}
}
}