You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
I found many resources talking about Azure and Azure B2C and now i'm completely lost on what should i do. I just want to somehow invite users to use a platform manually and allow them to sign in my plataform (and retrieve their info, for this i'm trying to use User.Read permissions for MS Graph).
The sample doesn't works and it also says that AADB2C90117: The scope 'user.read' provided in the request is not supported.. I have solved this by using https://graph.microsoft.com/User.Read instead, who solved the error (but may be the reason behind not being able to retrieve the token).
This issue is for the sample
- [ ] 1-1) Sign-in with Azure AD - [ ] 1-2) Sign-in with Azure AD B2C - [x] 2-1) Acquire a Token and call Microsoft Graph - [ ] 3-1) Protect and call a web API on Azure AD - [ ] 3-2) Protect and call a web API on Azure AD B2C - [ ] 4) Deploy to Azure Storage and App Service - [ ] 5-1) Call a web API using App Roles - [ ] 5-2) Call a web API using Security Groups - [ ] 6-1) Call Microsoft Graph using on-behalf-of flow - [ ] 6-2) Call a multi-tenant web API
Issue
When trying to follow https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/2-Authorization-I/1-call-graph or use it's code, acquiring token returns no access token. Because of that, all subsequent logic fails.
I found many resources talking about Azure and Azure B2C and now i'm completely lost on what should i do. I just want to somehow invite users to use a platform manually and allow them to sign in my plataform (and retrieve their info, for this i'm trying to use
User.Read
permissions for MS Graph).The sample doesn't works and it also says that
AADB2C90117: The scope 'user.read' provided in the request is not supported.
. I have solved this by usinghttps://graph.microsoft.com/User.Read
instead, who solved the error (but may be the reason behind not being able to retrieve the token).This issue is for the sample
This issue is for a
Minimal steps to reproduce
Any log messages given by the failure
It shows no error
Expected/desired behavior
It should return an access token
Library version
Browser and version
Chrome Version118.0.5993.70 (Official) 64 bits
The text was updated successfully, but these errors were encountered: