A collection of code samples demonstrating OIDC and SAML2 authentication implementations using Microsoft Entra ID (formerly Azure AD).
- OpenID Connect (OIDC) implementation examples
- SAML 2.0 authentication samples
- Multiple programming languages and frameworks
├── oidc/
│ ├── javascript/
│ │ ├── frontend/
│ │ ├── backend/
│ ├── python/
│ │ ├── library1/
│ ...
├── saml/
│ ├── javascript/
│ │ ├── frontend/
│ │ ├── backend/
│ ├── python/
│ │ ├── library1/
│ ...
For OIDC:
These samples demonstrate authentication flows. Review and enhance security measures before deploying to production.