Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
User Details Customization Hook
Customize the attributes of a user.
object (User) | |
object (Client) | |
scopes | Array of strings The scopes of the user. |
object The claims of a user. | |
object or null Hook context optional custom parameters, i.e. : 'on_behalf_of', 'on_behalf_of_type' |
{- "user": {
- "id": "string"
}, - "client": {
- "id": "ad731534-b319-4760-ac0e-31c872c6fb7c"
}, - "scopes": [
- "string"
], - "claims": { },
- "contextCustomParams": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
{- "claims": {
- "basicClaim": "example value",
- "complexClaim": {
- "userDefinedProperty1": "userDefinedValue1",
- "userDefinedProperty2": "userDefinedValue2"
}
}
}
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….