Discuss this help topic in SecureBlackbox Forum
This event is fired when a user attribute is requested.
Declaration
Parameters
- ID - user ID for which the attribute is requested.
- Format - specifies the attribute format as defined in SAML Core specification.
- Attribute - the requested attribute.
- Res - the resulting attribute.
- 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 a user attribute other than IDPEmail is requested.
The handler should assign the corresponding values of the Res parameter.
Discuss this help topic in SecureBlackbox Forum