fix(AuthTokenKey): Update default audiance
This commit is contained in:
@@ -8,5 +8,5 @@ public class AuthTokenKeys
|
||||
|
||||
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": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"launchBrowser": false,
|
||||
"launchUrl": "swagger",
|
||||
"applicationUrl": "https://localhost:7103;http://localhost:5137",
|
||||
"environmentVariables": {
|
||||
|
||||
Reference in New Issue
Block a user