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.
The below code pointer is hard-coded to the Graph API instead of a custom API. I have two issues with this. First, is that the Graph API will not work with B2C to my knowledge and that is why the B2C Sample makes use of demo.read of Hello API, etc. which also means I have doubts that this sample really works at all with B2C and the silent flow. Second, I would really like to see an example where a scope of a different resource is retrieved by the silent flow that wasn't originally asked for in the login request. I have concerns that this doesn't work or I am misunderstanding how to ask for scopes of different resources incrementally.
The below code pointer is hard-coded to the Graph API instead of a custom API. I have two issues with this. First, is that the Graph API will not work with B2C to my knowledge and that is why the B2C Sample makes use of demo.read of Hello API, etc. which also means I have doubts that this sample really works at all with B2C and the silent flow. Second, I would really like to see an example where a scope of a different resource is retrieved by the silent flow that wasn't originally asked for in the login request. I have concerns that this doesn't work or I am misunderstanding how to ask for scopes of different resources incrementally.
https://github.com/Azure-Samples/ms-identity-java-webapp/blob/master/msal-b2c-web-sample/src/main/java/com/microsoft/azure/msalwebsample/AuthHelper.java#L123
The text was updated successfully, but these errors were encountered: