-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate import
- Loading branch information
Showing
5 changed files
with
56 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[ | ||
{ | ||
"SubjectId":"10f95aa3-fb95-41eb-b754-5f729a092e30", | ||
"Username":"admin@swissgeol.assets", | ||
"Password":"swissgeol_assets", | ||
"SubjectId":"379a20e6-6a5d-4390-93ca-d408613e854d", | ||
"Username":"admin", | ||
"Password":"admin", | ||
"Claims": [ | ||
{ | ||
"Type": "name", | ||
"Value": "Admin User", | ||
"Value": "Admin", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
"Type": "family_name", | ||
"Value": "User", | ||
"Value": "Admin", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
{ | ||
"Type": "email", | ||
"Value": "admin[email protected]", | ||
"Value": "admin@assets.swissgeol.ch", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
|
@@ -30,35 +30,40 @@ | |
"ValueType": "boolean" | ||
}, | ||
{ | ||
"Type": "local_groups_claim", | ||
"Value": "[\"boreholes_dev_group\"]", | ||
"Type": "cognito:groups", | ||
"Value": "[\"assets.swissgeol\"]", | ||
"ValueType": "json" | ||
}, | ||
{ | ||
"Type": "username", | ||
"Value": "[email protected]", | ||
"ValueType": "string" | ||
} | ||
] | ||
}, | ||
{ | ||
"SubjectId":"sub_editor", | ||
"Username":"editor", | ||
"Password":"swissforages", | ||
"SubjectId":"e06ad465-3adc-4ad7-bee5-ff0605a4b928", | ||
"Username":"viewer", | ||
"Password":"viewer", | ||
"Claims": [ | ||
{ | ||
"Type": "name", | ||
"Value": "Editor User", | ||
"Value": "Viewer", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
"Type": "family_name", | ||
"Value": "User", | ||
"Value": "Viewer", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
"Type": "given_name", | ||
"Value": "Editor", | ||
"Value": "Viewer", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
"Type": "email", | ||
"Value": "[email protected]", | ||
"Value": "[email protected]", | ||
"ValueType": "string" | ||
}, | ||
{ | ||
|
@@ -67,9 +72,14 @@ | |
"ValueType": "boolean" | ||
}, | ||
{ | ||
"Type": "local_groups_claim", | ||
"Value": "[\"boreholes_dev_group\"]", | ||
"Type": "cognito:groups", | ||
"Value": "[\"assets.swissgeol\"]", | ||
"ValueType": "json" | ||
}, | ||
{ | ||
"Type": "username", | ||
"Value": "[email protected]", | ||
"ValueType": "string" | ||
} | ||
] | ||
} | ||
|