Home > Net >  Azure AD B2C add generic oauth identity provider
Azure AD B2C add generic oauth identity provider

Time:08-26

I have a User flow in Azure AD B2C and want to configure a generic OAuth identity provider. The MS documentation seems to suggest that it is possible, but there are no specific examples and appears that I can only add an Open ID Connect provider.

Does anyone know how I can use a generic 3rd party oauth identity provider in Azure AD B2C?

CodePudding user response:

Open ID Connect is a wrapper around Oauth, so you can use that.

CodePudding user response:

Set up sign-up and sign-in with generic OpenID Connect using Azure Active Directory B2C

  • Related