Final Assessment
Question 1
Which of the following statements is true about token based architectures
Question 2
Which HTTP request header is used to pass the access token
Question 3
What does the client need to send along with an access token of type Bearer when calling the API?
Question 4
Which OAuth flow is most suitable for web applications
Question 5
Who is the only allowed final recipient (audience) of a refresh token?
Question 6
What is the difference between scopes and claims?
Question 7
Why do we say that the access token is the identity API for the APIs
Question 8
What are the two base OAuth endpoints called
Question 9
How does a user authenticate when the client starts a code flow
Question 10
Why are scopes helpful for application (client) level permissions
Last updated