diff --git a/app/auth.py b/app/auth.py index 48ed955..964f4d6 100755 --- a/app/auth.py +++ b/app/auth.py @@ -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: