An administrator needs to configure a protected web application using the Authorization Code login flow. Which two configuration parameters must be set? (Choose 2 answers.)
When using the Authorization Code Flow for authentication, PingAccess must be configured with:
An OAuth Client ID that identifies the application to the IdP.
The OpenID Connect Login Type set to Authorization Code.
Exact Extract:
''When configuring an OIDC web session, specify the OAuth client ID and select the OpenID Connect login type (Authorization Code, Hybrid, or Implicit).''
Option A (OAuth Token Introspection Endpoint) is not required for Authorization Code flow --- token introspection is used in other cases.
Option B (OAuth Client ID) is correct --- required for OIDC authorization requests.
Option C (OpenID Connect Issuer) is discovered automatically via metadata when you configure the token provider.
Option D (Virtual Host) is required for application exposure but not specific to OIDC flow.
Option E (OpenID Connect Login Type) is correct --- must be set to ''Authorization Code.''
Currently there are no comments in this discussion, be the first to comment!