A modified application now requires additional attributes to be passed in the headers. What needs to be modified in order to pass the additional attributes?
AnswerB
ExplanationTo pass user attributes into HTTP headers for applications, PingAccess uses Identity Mappings. When attributes need to be passed specifically as headers, the administrator must update the Header Identity Mapping.
Exact Extract:
''Header identity mappings map attributes from a user's web session to HTTP headers that are then sent to the back-end application.''
Option A (HTTP Request Header Rule) is incorrect --- this adds or modifies static request headers, not user attributes.
Option B (Header Identity Mapping) is correct --- this maps identity attributes into headers dynamically.
Option C (JWT Identity Mapping) is incorrect --- that's used for passing attributes as claims in JWTs.
Option D (Web Session Attribute Rule) is incorrect --- that is for access control evaluation, not propagation of attributes.