This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is authentication in an application?
It's the process of ensuring that application has the permission to perform some operation or access some data.
It's the process of verifying the identity of the end user who is accessing an application.
It's the process of requesting credentials from the user of an application.
What capabilities does the Microsoft Authentication Library (MSAL)? support
MSAL provides the ability to register an application with Microsoft Entra ID programmatically.
MSAL provides methods for applications to call the Microsoft Graph API.
MSAL allows applications to request Microsoft Entra ID to provide ID tokens for the authenticated user and access tokens to make authorized calls to APIs.
To what does scopes refer when using the Microsoft Authentication Library (MSAL)?
It's the list of strings that declare the desired permissions and the resources requested by the application.
It's a URL that indicates a directory that MSAL can request authentication tokens from.
It's the URL the identity provider will send the security tokens back to.
You must answer all questions before checking your work.
Was this page helpful?