what are the access token refresh token id token that are geting from the ms office 365 redirect page
The access token, refresh token, and ID token are all obtained from the MS Office 365 redirect page during the authentication process.
-
Access Token: This is a short-lived token that is used to access protected resources on behalf of the authenticated user. It is used to make API calls to the Microsoft Graph API.
-
Refresh Token: This is a long-lived token that is used to obtain a new access token when the current one expires. It is used to maintain the user's authentication session and avoid having to repeatedly authenticate.
-
ID Token: This is a JSON Web Token (JWT) that contains information about the authenticated user, such as their name and email address. It is used for authentication purposes and to obtain user profile data.
原文地址: http://www.cveoy.top/t/topic/Mlq 著作权归作者所有。请勿转载和采集!