Skip to main content

Tag: OAuth2

Enhancing B2B Application Functionality with OAuth2 Client Credentials Flow

In response to a recent feature request aimed at bolstering the functionality of our B2B application, we embarked on a journey to support an OAuth2 client credentials flow for our customers authentication use cases. Leveraging our existing use of Azure B2C as our identity provider, we undertook the challenge of enabling users to benefit from this authentication mechanism. Our solution hinged on the capabilities of the MS Graph API, which provided the backbone for our implementation.