auth_oauth_filter_by_domain
This module filters OAuth providers displayed on the login page based on allowed domains to show only relevant ones matching the current domain.
Key Features
- auth.oauth.provider: Adds an allowed_domains field to define a comma-separated list of domains that can use the OAuth provider.
- auth.oauth.provider: Filters OAuth providers on the login page to display only those with allowed domains matching the current domain or with empty allowed domains.