wp-m365-login/includes
Friederich Loheide 791f43a80b
Some checks are pending
CI / PHP lint (7.4) (pull_request) Waiting to run
CI / PHP lint (8.0) (pull_request) Waiting to run
CI / PHP lint (8.1) (pull_request) Waiting to run
CI / PHP lint (8.2) (pull_request) Waiting to run
CI / PHP lint (8.3) (pull_request) Waiting to run
CI / PHP lint (8.4) (pull_request) Waiting to run
CI / WordPress Coding Standards (pull_request) Waiting to run
CI / WordPress.org Plugin Check (pull_request) Waiting to run
Add excluded Entra groups for the Microsoft sign-in
New "Excluded Entra groups" card on the Security tab. Members of these
groups (nested memberships count) can never sign in with Microsoft, even
if they are in an allowed group.

A hit in the ID token's groups claim refuses immediately. Otherwise the
plugin always asks Microsoft Graph (checkMemberGroups), because a groups
claim can be filtered in the app registration and cannot prove
non-membership. Graph errors refuse the sign-in (fail closed).

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
2026-09-23 16:43:10 +00:00
..
class-m365-login-admin.php Add excluded Entra groups for the Microsoft sign-in 2026-09-23 16:43:10 +00:00
class-m365-login-auth.php Add excluded Entra groups for the Microsoft sign-in 2026-09-23 16:43:10 +00:00
class-m365-login-button.php Support custom login pages 2026-09-22 14:52:11 +00:00
class-m365-login-certificate.php Add certificate authentication, in-app setup guides and security audit 2026-09-22 15:04:32 +00:00
class-m365-login-crypto.php Add M365 Login plugin: Microsoft Entra ID sign-in for existing users 2026-09-22 14:21:10 +00:00
class-m365-login-graph.php Keep profile photos and fields in line with Microsoft 365 on every run 2026-09-23 16:40:45 +00:00
class-m365-login-jwt.php Add M365 Login plugin: Microsoft Entra ID sign-in for existing users 2026-09-22 14:21:10 +00:00
class-m365-login-settings.php Add excluded Entra groups for the Microsoft sign-in 2026-09-23 16:43:10 +00:00
class-m365-login-sync.php Keep profile photos and fields in line with Microsoft 365 on every run 2026-09-23 16:40:45 +00:00
class-m365-login.php Add Microsoft 365 user sync with roles, profile fields and deprovisioning 2026-09-23 16:34:30 +00:00
functions.php Support custom login pages 2026-09-22 14:52:11 +00:00