A PingAccess API deployment requires multiple Access Token Managers to maintain compliance with customer requirements. Which feature must be set on the Token Provider configuration?
When using multiple Access Token Managers, theSend Audienceoption ensures that tokens are scoped properly and validated against the intended resource/application.
Exact Extract:
“EnableSend Audiencein the token provider configuration to support environments with multiple Access Token Managers and enforce correct audience restrictions.”
Option A (Subject Attribute Name)is unrelated — it maps user identity but not token manager selection.
Option B (Send Audience)is correct — required when multiple ATMs are in use.
Option C (Use Token Introspection Endpoint)is optional and depends on deployment, not mandatory for multiple ATMs.
Option D (Client Secret)is part of OAuth client credentials, not specific to multiple ATMs.
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