MSAL/Azure B2c iOS — получение нового токена доступа с новыми областями ⇐ IOS
MSAL/Azure B2c iOS — получение нового токена доступа с новыми областями
In the documentation : https://learn.microsoft.com/en-us/azure ... -a-web-api it is stated:
If the access token's scope doesn't match the web API's scopes, the authentication library obtains a new access token with the correct scopes.
How is this token received from the iOS app's point of view? acquireTokenSilently is not called and I'm struggling to find any other resources that answers this.
Along with that question, if we have let's say 5 different backend services, all requiring new tokens with scopes, this will then in the app refresh the token a lot due to the complexity of our app. What's the approach here? Should in this case, 5 tokens be cached in the app? For me it sounds absurd.
Thank you in advance!
Источник: https://stackoverflow.com/questions/781 ... new-scopes
In the documentation : https://learn.microsoft.com/en-us/azure ... -a-web-api it is stated:
If the access token's scope doesn't match the web API's scopes, the authentication library obtains a new access token with the correct scopes.
How is this token received from the iOS app's point of view? acquireTokenSilently is not called and I'm struggling to find any other resources that answers this.
Along with that question, if we have let's say 5 different backend services, all requiring new tokens with scopes, this will then in the app refresh the token a lot due to the complexity of our app. What's the approach here? Should in this case, 5 tokens be cached in the app? For me it sounds absurd.
Thank you in advance!
Источник: https://stackoverflow.com/questions/781 ... new-scopes
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
Azure AD B2C с использованием MSAL в приложении платформы .NET для надстроек Excel
Anonymous » » в форуме C# - 0 Ответы
- 25 Просмотры
-
Последнее сообщение Anonymous
-
-
-
Использование токена MSAL для аутентификации в отношении базы данных Azure SQL
Anonymous » » в форуме Python - 0 Ответы
- 2 Просмотры
-
Последнее сообщение Anonymous
-