This commit is contained in:
dsanz 2017-03-13 11:34:25 +01:00
parent 172367d9d1
commit 6617981303

View File

@ -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>
{ {