Questions
- What information can be derived from a JWT?
a. Issuer
b. Expiry
c. Scopes
d. Subject
e. All of the above
- What are the recommended OAuth grant flows for single-page apps?
a. Client credentials
b. Implicit
c. Code grant flow
d. On-behalf-of flow
- What are the minimum required NuGet packages to integrate with Azure AD?
a.
Microsoft.AspNetCore.Identity
b.
Microsoft.Identity.Web.UI
c.
Microsoft.AspNetCore.Identity.UI
d.
Microsoft.Identity.Web