When a user signs out of Okta, if they are using IWA, they'll be redirected to the Sign In page and without inputting credentials they'll be signed back in
Solution: Statement is false, as this would represent a security concern
A. Yes
B. No
When does Okta bring LDAP groups into Okta? Solution: Only during an LDAP import
A. Yes
B. No
Whenever you make an API call, you will then get back: Solution: A new object (a user, group or app object)
A. Yes
B. No
Provisioning actions between cloud-based apps / on-premises apps and Okta are completed by using: Solution: The OAuth 2.0 standard
A. Yes
B. No
When using Okta Expression Language, which of the following will have the output: okta.com
Solution: String.substring("abc@okta.com", "@")
A. Yes
B. No
When you call a GET API call for users / groups / and other such objects, the response is usually Paginated, in case these are a lot of objects returned. What do you do in order to retrieve all objects?
Solution: You call the very same API multiple times, till the response will be empty
A. Yes
B. No
When using Okta Expression Language, which variable type results out of this Okta Expression? isMemberOfGroup("groupId")
Solution: Graph
A. Yes
B. No
When using Okta Expression Language, which of the following will have the output: This is a test Solution: String.append("This is", " a test")
A. Yes
B. No
Does Okta require an Agent to sit in-between Okta to SCIM-enabled app on premises requests? Solution: Yes, an Okta Provisioning Agent
A. Yes
B. No
Which of the following is / are true?
Solution: If an MFA factor is set to 'required' and another MFA factor set to 'optional', then users can enroll into both factors, but then can use only the first one for successful logins
A. Yes
B. No