Add attributes scope to OIDC request to support guest_wifi_duration_minutes

This commit is contained in:
Roger Joys
2026-04-25 18:41:38 -07:00
parent 9dc7289764
commit 80d3eb2d75

View File

@@ -4,7 +4,7 @@ import logging
logger = logging.getLogger(__name__)
SCOPES = "openid email profile"
SCOPES = "openid email profile attributes"
def get_authorization_url(config: AppConfig, state: str) -> str: