简体   繁体   中英

Refresh Token No getting during Authentication MSAL ANDROID Azure AD B2C

I have integrated Azure AD B2C on my android App using MSAL , signin and signUp are working as expected. access token is only received once the authentication is success. No refresh Token is received once the authentication is success. i'm using the scope value - https://icorg.onmicrosoft.com/ffc-60c4234-bf7aff196847/offline_access . what will be the reason for not having the Refresh Token ??

MSAL doesn't expose the refresh token. Use a network trace and you'll see it in the response as long as the scope contained offline_access, which it will by default if you supply a scope corresponding to your resource.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM