Question 41
When using Okta Expression Language, which variable type results out of this Okta Expression? isMemberOfGroup("groupId") Solution: Array
Question 42
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 have to call a different API request for the next page, which will then provide another API call in the response headers of it - for the following page (in case there are still objects to be returned), till there are no more objects to be returned
Solution: You have to call a different API request for the next page, which will then provide another API call in the response headers of it - for the following page (in case there are still objects to be returned), till there are no more objects to be returned
Question 43
Which port and which of the: 'http' or SSL enabled connections does Okta recommend?
Solution: Port 443 and SSL enabled connections
Solution: Port 443 and SSL enabled connections
Question 44
Regarding Access Request Workflow, when a user requests an app - he can also include a message to the approver. But you can also designate an approver group.
Solution: Only the second statement is true
Solution: Only the second statement is true
Question 45
When does Okta bring LDAP groups into Okta?
Solution: Only during an LDAP import
Solution: Only during an LDAP import