'Create client credentials flow with custom policies from Azure
I would like to know how I could create a client credentials flow with custom policies. any example???
thanks
Solution 1:[1]
You won't be able to claim customization with Azure AD client credential flow. We need to release azure AD B2C client credential flow, which leads claims customization using a custom policy, similar as authorization code flow.
For complete information regarding Claim Process, you can go through this Microsoft Document.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | SaiSakethGuduru-MT |