Skip to content

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

Notifications You must be signed in to change notification settings

epfl-si/entra-id-auth-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

No packages published