Fix issue #80 logging out crashes.
This commit is contained in:
parent
74ab90cff2
commit
1b6ff6cb20
@ -91,8 +91,8 @@ namespace Identity.API.Configuration
|
|||||||
},
|
},
|
||||||
PostLogoutRedirectUris = new List<string>
|
PostLogoutRedirectUris = new List<string>
|
||||||
{
|
{
|
||||||
$"{clientsUrl["Mvc"]}/",
|
$"{clientsUrl["Mvc"]}/signout-callback-oidc",
|
||||||
"http://localhost:5100/"
|
"http://localhost:5100/signout-callback-oidc"
|
||||||
},
|
},
|
||||||
AllowedScopes = new List<string>
|
AllowedScopes = new List<string>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user