Azure AD OAuth client credential flow with custom certificate walk-through

added by DotNetKicks
6/29/2022 8:14:54 AM

285 Views

You can use the OAuth 2.0 client credentials grant specified in RFC 6749, to access web-hosted resources by using the identity of an application. This type of grant is commonly used for server-to-server interactions that must run in the background, without immediate interaction with a user.


0 comments