Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
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.
Ήταν χρήσιμη αυτή η σελίδα;
Χρειάζεστε βοήθεια σχετικά με αυτό το θέμα;
Θέλετε να δοκιμάσετε να χρησιμοποιήσετε την επιλογή Ρωτήστε το Learn για να σας καθοδηγήσει σε αυτό το θέμα;