-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support authentication scheme in all scenarios #955
Comments
@jmprieur we need to test the confidential client options, i had issues w/the unit tests and had to add |
TODO:
|
For Microsoft Graph, I wonder if we need to add a method so that controller actions which are called for a specific auth scheme can pass it, in to the Graph SDK, like we do here to override the scopes
This would have an impact in the Microsoft.Identity.Web.MicrosoftGraph assembly on:
|
Included in 1.11.0 release and documentation here. |
Which version of Microsoft Identity Web are you using?
4.16.0
Repro
Customers need to be able to implement apps which sign-in users with AAD and B2C, or which are web apps and web APIs. Today, the authentication scheme are supposed to help for this, but they are not taken into account everywhere.
See:
This issue might be related:
Expected behavior
A fully functional sample of an AAD + B2C web app which also contains web APIS.
Actual behavior
See the referenced issues for repro steps
Possible solution
See investigation in branch https://github.com/AzureAD/microsoft-identity-web/tree/jmprieur/multipleSchemeInvestigation
The text was updated successfully, but these errors were encountered: