In the OAuth2 Device Flow, which of the following HTTP codes is returned if a user has not yet authorized a client device?
The Core Token Service (CTS) can be used for storing which of the following?
Which of the following is considered a confidential OAuth2 client?
Which of the following are existing script types in PingAM?
A) Decision node script for authentication trees
B) End User user interface theme script
C) OpenID Connect claims script
D) Policy condition script
Which of the following parameters must be provided by the edge client when requesting step-up authentication or transactional authorization?
A PingAM administrator wants to deny access to an area of a protected application if the end user has been logged in for more than 10 minutes. How can this be achieved?
In PingAM, which OpenID Connect endpoint can be used to validate an unencrypted ID token?
Which of the following best describes the relationship between users and realms?
During the PingAM startup process, what is the location and name of the file that the PingAM bootstrap process uses to connect to the configuration Directory Services repository?
Examine the following JWT client assertion in JSON format. From the subset of claims listed below, which claim can be optional?
JSON
JSON
{
"iss": "myClient",
"sub": "myClient",
"aud": "https://am.example.com/login/oauth2/access_token",
"jti": "id012345",
"exp": 1633363568,
"iat": 1633356368
}