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?
- Host: GitHub
- URL: https://github.com/willianantunes/b2c-auth-playground
- Owner: willianantunes
- Created: 2021-09-19T13:32:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T20:02:36.000Z (almost 5 years ago)
- Last Synced: 2025-10-13T06:17:49.429Z (9 months ago)
- Topics: azure-b2c, django, jwt, openid-connect
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)