Which two protocols does PingAccess use for authentication and authorization? (Choose 2 answers.)
SAML
WS-Fed
WS-Trust
OAuth2
OIDC
PingAccess is designed to work with modern identity protocols. It doesnotsupport legacy WS-* protocols directly.
Exact Extract:
“PingAccess integrates with OAuth 2.0 and OpenID Connect (OIDC) to provide authentication and authorization for web and API resources.”
Option A (SAML)is incorrect — PingAccess does not natively consume SAML assertions; SAML can be used indirectly via PingFederate.
Option B (WS-Fed)is not supported.
Option C (WS-Trust)is not supported.
Option D (OAuth2)is correct — used for authorization and token validation.
Option E (OIDC)is correct — used for user authentication and sessions.
Submit