omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Backend AzureADB2COAuth2 requires 'SOCIAL_AUTH_AZUREAD_B2C_OAUTH2_POLICY' but there is no documentation about this anywhere #1114

Open coler-j opened 6 years ago

coler-j commented 6 years ago

Exactly as per the title.

I am trying to create an application that any user can connect to so I thought I should use the B2C backend for Azure, which i assumed meant Business to Customer (as there isn't any documentation for this either).

When using the 'AzureADB2COAuth2' backend, it expects the setting 'SOCIAL_AUTH_AZUREAD_B2C_OAUTH2_POLICY'

What is this, where does it say I need this, and why is there no documentation about this backend?

pablodiazgutierrez commented 6 years ago

Did you figure this out? I'm trying to achieve the same goal and I'm quite lost TBH.

cjd33g8n commented 3 years ago

Also looking for some basic setup documentation.