Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m4n50n committed Feb 20, 2024
1 parent 12a5153 commit cdd61e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions m4n50n/oauth2-azure-bundle/0.1/config/packages/oauth2_azure.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
o_auth2_azure:
clientId: "%env(AUTH_CLIEN_ID)%"
clientSecret: "%env(AUTH_CLIENT_PASS)%"
tenant: "%env(AUTH_TENANT)%"
redirectUri: "%env(AUTH_REDIRECT_URI)%"
clientId: '%env(AUTH_CLIEN_ID)%'
clientSecret: '%env(AUTH_CLIENT_PASS)%'
tenant: '%env(AUTH_TENANT)%'
redirectUri: '%env(AUTH_REDIRECT_URI)%'

# Optional
redirectToUrl: "%env(bool:AUTH_REDIRECT_TO_URL)%" # Activate redirect after authentication
redirectUrl: "%env(AUTH_REDIRECT_URL)%" # URL to redirect after authentication
redirectToUrl: '%env(bool:AUTH_REDIRECT_TO_URL)%' # Activate redirect after authentication
redirectUrl: '%env(AUTH_REDIRECT_URL)%' # URL to redirect after authentication

0 comments on commit cdd61e9

Please sign in to comment.