IdentityServer8
This commit is contained in:
parent
18ddbead66
commit
a16188338a
47 changed files with 4077 additions and 529 deletions
|
|
@ -6,18 +6,13 @@
|
|||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Authentication": {
|
||||
"Yavsc" : {
|
||||
"TokenEndpoint": "http://dev.pschneider.fr/connect/token",
|
||||
"AuthorizationEndpoint": "http://dev.pschneider.fr/connect/authorize",
|
||||
"ClientId": "interactive",
|
||||
"ClientSecret": "49C1A7E1-0C79-4A89-A3D6-A37998FB86B0"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints":
|
||||
{
|
||||
"http": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5002"
|
||||
},
|
||||
"Https": {
|
||||
"Url": "https://localhost:5003"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue