Skip to content

Commit

Permalink
fixup! Fix Auth0-client-credentials generation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Feb 29, 2024
1 parent dc4d0dc commit 1e46c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onlineweb4/settings/zappa.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

AUTH0_ISSUER = env["AUTH0_ISSUER"]
AUTH0_CLIENT_ID = env["AUTH0_CLIENT_ID"]
AUTH0_MGMT_TENANT = env["AUTH0_MGMT_TENANT"]
AUTH0_CLIENT_SECRET = env["AUTH0_CLIENT_SECRET"]

# this OIDC is for non-API-auth
Expand Down

0 comments on commit 1e46c76

Please sign in to comment.