The Okta RADIUS Server agent:
The Okta RADIUS Server agent:A . Communicates via UDP, over default port 1812 and does not support multiple ports simultaneously B. Communicates via TCP, over default port 636 and does not support multiple ports simultaneously C. Communicates via UDP, over default port 1812 and supports multiple ports simultaneously D. Communicates...
You cannot:
You cannot:A . Have multiple authorization servers in Okta B. Edit the access policy in Okta, when Okta is the Default Authorization Server C. Have custom scopes when Okta is the authorization serverView AnswerAnswer: C
Access tokens are returned if 'response_type' included:
Access tokens are returned if 'response_type' included:A . 'nonce' B. 'none' C. 'access' D. 'token' E. 'access_token'View AnswerAnswer: D
In regards to OpenID Connect & OAuth 2.0 API, '/introspect' is the endpoint which has the following use:
In regards to OpenID Connect & OAuth 2.0 API, '/introspect' is the endpoint which has the following use:A . Return public keys used to sign responses B. Return claims about the authenticated end user C. Interact with the resource owner and obtain an authorization grant D. Return information about a...
'scope' is returned only if the response includes:
'scope' is returned only if the response includes:A . A 'token' value B. A 'scope' value C. A claim D. An access_tokenView AnswerAnswer: D
When Okta calls your external service, it enforces a default timeout of <response_goes_here> seconds.
When Okta calls your external service, it enforces a default timeout of <response_goes_here> seconds.A . 1 B. 3 C. 10 D. 30View AnswerAnswer: B
Beside Okta org. being used as an authorization server, there also can be other types of authorization servers added (other custom ones).
Beside Okta org. being used as an authorization server, there also can be other types of authorization servers added (other custom ones).A . FALSE B. TRUE C. True and the issuer looks like: https://<subdomain>.okta.com/oauth2/${authorizationServerId} D. True and the issuer looks like: https://<subdomain>.okta.com E. True and the issuer looks like: https://okta.comView...
There is a property named 'uid', which is the user ID. This parameter is returned:
There is a property named 'uid', which is the user ID. This parameter is returned:A . Only if the token is a refresh token and the subject is an end user B. Only if the token is an access token and the subject is an end user C. Only if...
Which Okta feature / solution offers you the possibility to maintain alternate authentication for off-network users, while keeping Okta for on-network users' authentication requests?
Which Okta feature / solution offers you the possibility to maintain alternate authentication for off-network users, while keeping Okta for on-network users' authentication requests?A . Desktop Single-Sign On B. Routing Rules C. Agentless DSSO D. Device Trust E. On-Prem MFA Agent F. Org to OrgView AnswerAnswer: B
You can use Okta org. as an authorization server.
You can use Okta org. as an authorization server.A . This is used with the issuer being https://okta.com B. This is used for OIDC use cases C. This is used for Authentication use cases D. This is used with an issuer being https://<subdomain>.okta.com E. You cannot use Okta org as...