Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
specify azure auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed May 25, 2022
1 parent 5150c13 commit 910efb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nais/ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{ "name": "DOWNSTREAM_API_PATH", "value": "downstream" },
{ "name": "DOWNSTREAM_API_SCOPES", "value": "" },
{ "name": "AUTHENTICATION_ENABLED", "value": "true" },
{ "name": "AUTHENTICATION_PROVIDER", "value": "azure" },
{ "name": "AAD_REDIRECT_URL", "value": "https://deploy.ci.nav.no/oauth2/callback" },
{ "name": "AAD_LOGOUT_REDIRECT_URL", "value": "https://deploy.ci.nav.no/logout" }
]
Expand Down
1 change: 1 addition & 0 deletions .nais/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{ "name": "DOWNSTREAM_API_PATH", "value": "downstream" },
{ "name": "DOWNSTREAM_API_SCOPES", "value": "" },
{ "name": "AUTHENTICATION_ENABLED", "value": "true" },
{ "name": "AUTHENTICATION_PROVIDER", "value": "azure" },
{ "name": "AAD_REDIRECT_URL", "value": "https://deploy.dev-gcp.nais.io/oauth2/callback" },
{ "name": "AAD_LOGOUT_REDIRECT_URL", "value": "https://deploy.dev-gcp.nais.io/logout" }
]
Expand Down
1 change: 1 addition & 0 deletions .nais/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{ "name": "DOWNSTREAM_API_PATH", "value": "downstream" },
{ "name": "DOWNSTREAM_API_SCOPES", "value": "" },
{ "name": "AUTHENTICATION_ENABLED", "value": "true" },
{ "name": "AUTHENTICATION_PROVIDER", "value": "azure" },
{ "name": "AAD_REDIRECT_URL", "value": "https://deploy.nais.io/oauth2/callback" },
{ "name": "AAD_LOGOUT_REDIRECT_URL", "value": "https://deploy.nais.io/logout" }
]
Expand Down

0 comments on commit 910efb7

Please sign in to comment.