Add attributes scope to OIDC request to support guest_wifi_duration_minutes
This commit is contained in:
@@ -4,7 +4,7 @@ import logging
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
SCOPES = "openid email profile"
|
SCOPES = "openid email profile attributes"
|
||||||
|
|
||||||
|
|
||||||
def get_authorization_url(config: AppConfig, state: str) -> str:
|
def get_authorization_url(config: AppConfig, state: str) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user