Questions
- What is authentication used for?
A. To ensure that only users with specific permissions can access the application
B. To ensure that a user is who they claim to be
C. To ensure that only users that have specific roles are allowed to access the application
D. To ensure that only users that have an email address can access the system
- What is authorization used for?
A. To ensure that only users with specific permissions can access the application
B. To ensure that a user is who they claim to be
C. To ensure that only users that have specific roles are allowed to access the application
D. To ensure that only users that have an email address can access the system
- Which of the following statements is true?
A. OpenID Connect is used for authorization
B. OAuth is used for authentication
C. OpenID Connect is used for authentication
D. All of the above
- Which parts does a JWT consist of?
A. Header, body, and footer
B. Header, payload, and footer
C. Header, payload, and signature
D...