Skip to content

Commit

Permalink
missed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Jun 23, 2024
1 parent 2631862 commit 79f4709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-environment/local-initializer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def store_sso_client_applications():
scopes = set(
["openid", "profile", "email", "admin:reset-password", "admin:change-password", "admin:key-reader",
"admin:key-editor",
"admin:mail-template-reader", "admin:mail-template-writer"])
"admin:email-template-reader", "admin:email-template-writer"])

if isProduction:
scopes.add("mfa:always")
Expand Down Expand Up @@ -131,7 +131,7 @@ def store_client_applications():
"openid", "profile", "email",
"admin:signup", "admin:welcome", "admin:email-verify", "admin:reset-password", "admin:change-password",
"admin:key-reader", "admin:key-editor",
"admin:mail-template-reader", "admin:mail-template-writer",
"admin:email-template-reader", "admin:email-template-writer",
"mfa:always"
]),
"authorized_grant_types": set(["CLIENT_CREDENTIALS"]),
Expand Down

0 comments on commit 79f4709

Please sign in to comment.