Add ROPC flow support to confidential client
See original GitHub issueIssue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Adding ROPC Support to Confidential Client Applications #294
You can only use those flows from a native client. A confidential client, such as a web site, cannot use direct user credentials."...
Read more >Set up a resource owner password credentials flow in Azure ...
In Azure Active Directory B2C (Azure AD B2C), the resource owner password credentials (ROPC) flow is an OAuth standard authentication flow.
Read more >Azure AD B2C ROPC - Confidential client flow - Stack Overflow
1 Answer 1 ... Use azure ad client credential flow, it works in B2C tenants too. If it must align to users, have...
Read more >Call Your API Using Resource Owner Password Flow - Auth0
Configure tenant: Set the tenant's default connection. · Request tokens: Exchange your authorization code for tokens. · Call API: Use the retrieved Access...
Read more >Resource Owner Password Credentials grant flow in Azure AD
The Resource Owner Password Credentials grant flow, aka the ROPC flow or the password flow, is an OAuth authorization flow.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sangonzal The client credentials flow does not work for us.
In particular, in our automation scenario we are using Exchange Web Services to access Exchange Online. IdP is Azure AD of course. However, EXO does not allow placing constraints on mailbox access for application principals. On the other hand, when delegating permissions of a service account instead, it’s possible to constrain access to a set of mailboxes. This should affect many large organizations migrating to Microsoft 365.
@charleshcl That’s exactly my point as well.
According to this article, the client credentials flow should support ROPC, as we could see both client secret and username/password are passed to IdP. Just wonder if the Library could support this flow?