chore(configuration): Add IdentityServer authority to appsettings.json
- Introduced IdentityServer configuration with Authority set to "http://localhost:5001" for local development.
This commit is contained in:
@@ -72,5 +72,8 @@
|
||||
},
|
||||
"CallbackUrl": "/api/auth/external-callback"
|
||||
},
|
||||
"IdentityServer": {
|
||||
"Authority": "http://localhost:5001"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user