Session token Flashcards

1
Q

What is a session token

A

A one time bearer token that provides proof of authentication and may be redeemed for an interactive SSO session in Okta in a user agent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the get current session enpoint

A

/api/v1/sessions/me

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the clear user sessions endpoint?

A

/api/v1/users/%{userId}/sessions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the suspend user endpoint?

A

/api/v1/users/${userId}/lifecycle/suspend

How well did you know this?
1
Not at all
2
3
4
5
Perfectly