Fix for #80
This commit is contained in:
parent
172367d9d1
commit
6617981303
@ -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