IT:AD:Google Developers Console:HowTo:Configure For Azure B2C
Summary
Process
-
- Sign up if you have to.
- Create a Project, with a unique name (eg: spike01) and identifier (eg: spike01-12345)
- Under the Project, select
Credentialson the left side- You'll get a warning that you need to choose the APIs you want to consume, but can ignore for now and continue by selecting the
OAuth Consent Screen
- Consent to B2C using your product, by giving a product name (eg: 'B2C'…not 'Spike01 (ProdName)')
- On the centered warning dialog, you'll see a drop down “Create Credentials”
- Select the OAuth Option
- Here, from the available options (Web, Android, Chrome, iOS, Playstation, Other), select Web.
- Give it a name,
- For the Provide Authorized Redirect URIs question add:
https://login.microsoftonline.com← the general ms pagehttps://login.microsoftonline.com/te/sctb2b01.onmicrosoft.com/oauth2/authresp← your specific B2C page, and it has to match case (lowercase).