Create client credentials flow with custom policies from Azure

350 views Asked by At

I would like to know how I could create a client credentials flow with custom policies. any example???

thanks

1

There are 1 answers

0
SaiSakethGuduru On
  • 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.