Skip to content

Commit

Permalink
Fix ISAR auth wrong client ids
Browse files Browse the repository at this point in the history
  • Loading branch information
GodVenn authored and aeshub committed Mar 6, 2023
1 parent 5dd5c71 commit 44af61f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions backend/api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"KeyVault": {
"VaultUri": "https://flotilladevkv.vault.azure.net/"
},
"Isar": {
"Scopes": "fd384acd-5c1b-4c44-a1ac-d41d720ed0fe/.default"
},
"Maps": {
"StorageAccount": "flotillamaps"
},
Expand Down
3 changes: 3 additions & 0 deletions backend/api/appsettings.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"KeyVault": {
"VaultUri": "https://flotillaprodkv.vault.azure.net/"
},
"Isar": {
"Scopes": "e08edece-ba2d-4fe1-8cd1-ee7b05ba7155/.default"
},
"Maps": {
"StorageAccount": "flotillamaps"
},
Expand Down
3 changes: 3 additions & 0 deletions backend/api/appsettings.Staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"KeyVault": {
"VaultUri": "https://flotillastagingkv.vault.azure.net/"
},
"Isar": {
"Scopes": "9cd787ea-8ce2-4d18-8bc8-279e7a8e6289/.default"
},
"Maps": {
"StorageAccount": "flotillamaps"
},
Expand Down
3 changes: 0 additions & 3 deletions backend/api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"TenantId": "3aa4a235-b6e2-48d5-9195-7fcf05b459b0",
"Instance": "https://login.microsoftonline.com"
},
"Isar": {
"Scopes": "68cca82d-84e7-495c-96b4-4c32509f2a46/.default"
},
"Echo": {
"BaseUrl": "https://echohubapi.equinor.com/api",
"Scopes": "bf0b2569-e09c-42f0-8095-5a52a873eb7b/.default"
Expand Down

0 comments on commit 44af61f

Please sign in to comment.