Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Bug with B2C Sample and API scope #35

Open
alex-mason-by opened this issue Mar 1, 2020 · 0 comments
Open

Bug with B2C Sample and API scope #35

alex-mason-by opened this issue Mar 1, 2020 · 0 comments
Labels
b2c bug Something isn't working

Comments

@alex-mason-by
Copy link

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

@navyasric navyasric added bug Something isn't working b2c labels Mar 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
b2c bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants