Skip to content

Commit

Permalink
Add email scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythir committed Aug 28, 2024
1 parent 5083da6 commit bfced84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantuminspire/util/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class AuthSettings(BaseModel):
audience: str = "compute-job-manager"
# Keycloak requires api-access in scope for compute-job-manager audience
# Auth0 requires offline_access in scopefor sending a refresh token
scope: str = "api-access openid profile offline_access"
scope: str = "api-access openid profile email offline_access"
code_challenge_method: str = "S256"
code_verifyer_length: int = 64
well_known_endpoint: Url = (
Expand Down

0 comments on commit bfced84

Please sign in to comment.