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?
To pass user attributes into HTTP headers for applications, PingAccess usesIdentity Mappings. When attributes need to be passed specifically as headers, the administrator must update theHeader 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.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit