AzureAD / microsoft-identity-web

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
MIT License
684 stars 217 forks source link

[Feature Request] Add ROPC support for CCA #3091

Closed neha-bhargava closed 3 weeks ago

neha-bhargava commented 1 month ago

Is your feature request related to a problem? Please describe. Add ROPC flow to Id web for CCA and potentially extend it to use user fic in MISE

Describe the solution you'd like

ClaimsPrincipal user= ClaimsPrincipalFactory.FromUsernamePassword("user@domain.com", "pwd");
downstreamApi.CallApiForUser("api", user: user);

Possible design

Describe alternatives you've considered

Additional context