Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.31 KB

Azure Authentication Examples

A collection of code samples demonstrating OIDC and SAML2 authentication implementations using Microsoft Entra ID (formerly Azure AD).

Features

  • OpenID Connect (OIDC) implementation examples
  • SAML 2.0 authentication samples
  • Multiple programming languages and frameworks

Directory Structure

├── oidc/
│   ├── javascript/
│   │   ├── frontend/
│   │   ├── backend/
│   ├── python/
│   │   ├── library1/
│   ...
├── saml/
│   ├── javascript/
│   │   ├── frontend/
│   │   ├── backend/
│   ├── python/
│   │   ├── library1/
│   ...

Internal links

For OIDC:

Security Note

These samples demonstrate authentication flows. Review and enhance security measures before deploying to production.

Additional Resources