Browse Source

Additional character for client part separation.

pull/334/head
Sebastian Stehle 7 years ago
parent
commit
8b38b1e6be
  1. 2
      src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs

2
src/Squidex/Areas/IdentityServer/Config/LazyClientStore.cs

@ -43,7 +43,7 @@ namespace Squidex.Areas.IdentityServer.Config
return client;
}
var token = clientId.Split(':');
var token = clientId.Split(':', '~');
if (token.Length != 2)
{

Loading…
Cancel
Save