fix(AuthTokenKey): Update default audiance
This commit is contained in:
parent
beabc3f4e0
commit
0786013bd0
@ -8,5 +8,5 @@ public class AuthTokenKeys
|
|||||||
|
|
||||||
public string Issuer { get; init; } = "auth.digitaldata.works";
|
public string Issuer { get; init; } = "auth.digitaldata.works";
|
||||||
|
|
||||||
public string Audience { get; init; } = "work-flow.digitaldata.works";
|
public string Audience { get; init; } = "user-manager.digitaldata.works";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
"https": {
|
"https": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": false,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"applicationUrl": "https://localhost:7103;http://localhost:5137",
|
"applicationUrl": "https://localhost:7103;http://localhost:5137",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user