unocha / ocha_entraid
OCHA Entra ID module
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- php: >=8.3
- drupal/core: ^10
- drupal/honeypot: ^2
- drupal/openid_connect: dev-3.x
- drupal/openid_connect_windows_aad: ^2.0@beta
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-05 00:32:30 UTC
README
Integration with Microsoft Entra ID to login or register new accounts.
This module provides a /user/login/entraid
route to a sign in page and a /user/register/entraid
route to a registration page.
It also provides a /user/login/entraid-direct
route to directly access the Microsoft Entra ID sign in page.
Requirements
This module requires that an entraid
OpenID Connect client is properly configured in order to sign in.
See the OpenID Connect Microsoft Azure Active Directory client module for that purpose.