Skip to content

fab-dav/entra-id-auth-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Examples of projects illustrating how libraries can be configured to use Entra ID in different languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 41.5%
  • Python 22.7%
  • PHP 11.2%
  • TypeScript 9.5%
  • Vue 7.8%
  • HTML 3.5%
  • Other 3.8%