Discuss this help topic in SecureBlackbox Forum
Declaration
Parameters
- ID - user ID for which the attribute should be changed.
- Format - specifies the attribute format as defined in SAML Core specification.
- Attribute - the attribute which value should be modified.
- Res - true if the attribute was successfully changed, and false otherwise.
- pcID - user ID for which the attribute is requested.
- szID - the length of pcID.
- pcFormat - specifies the attribute format as defined in SAML Core specification.
- szFormat - the length of pcFormat.
Description
This event is fired when an attribute, other than IDPEmail, has to be modified.
Handler should change the attribute value, and return true on success or false on failure.
Discuss this help topic in SecureBlackbox Forum