An open API service indexing awesome lists of open source software.

https://github.com/willianantunes/b2c-auth-playground

Azure B2C seems to be the cheapest Identity Provider and it provides lots of features. Are they easy to be implemented?
https://github.com/willianantunes/b2c-auth-playground

azure-b2c django jwt openid-connect

Last synced: about 2 months ago
JSON representation

Azure B2C seems to be the cheapest Identity Provider and it provides lots of features. Are they easy to be implemented?

Awesome Lists containing this project

README

          

# B2C Auth Playground

Just playing a bit around with Azure B2C.

I'm exploring, so do not consider this project as a real one (if you look at the code, you're going to laugh, haha). This is far to be considered a production-ready one.

## Samples

Articles:

- [Configure authentication in a sample Python web app by using Azure AD B2C](https://docs.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-python-web-app)
- [Working with MSAL.js and Azure AD B2C](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/1324cee3a1d516fcf9720f8691c7140ac7254bb0/lib/msal-browser/docs/working-with-b2c.md)

Projects:

- [Python Flask webapp that signs in users with Azure AD B2C](https://github.com/Azure-Samples/ms-identity-b2c-python-flask-webapp-authentication)
- [Integrating Microsoft Identity Platform with a Python web application](https://github.com/Azure-Samples/ms-identity-python-webapp)
- [OAuth 2.0 and OpenID Connect Debugger](https://github.com/nbarbettini/oidc-debugger/)