From c6e8abb8a740036568517eede6b8ed23bc430668 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 12 Apr 2020 17:41:00 +0200 Subject: [PATCH] Finishing the basic authentification management --- Kyoo/Models/IdentityContext.cs | 2 +- Kyoo/Views/WebClient | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Kyoo/Models/IdentityContext.cs b/Kyoo/Models/IdentityContext.cs index 1217e4da..7502c34d 100644 --- a/Kyoo/Models/IdentityContext.cs +++ b/Kyoo/Models/IdentityContext.cs @@ -33,7 +33,7 @@ namespace Kyoo RequireConsent = false, AllowedScopes = { "openid", "profile", "kyoo.read", "kyoo.write", "kyoo.play", "kyoo.download", "kyoo.admin" }, - RedirectUris = { "/", "/silent" }, + RedirectUris = { "/", "/silent.html" }, PostLogoutRedirectUris = { "/logout" } } }; diff --git a/Kyoo/Views/WebClient b/Kyoo/Views/WebClient index 7125704d..59727b1e 160000 --- a/Kyoo/Views/WebClient +++ b/Kyoo/Views/WebClient @@ -1 +1 @@ -Subproject commit 7125704dbda7411e1692b0413a8dcb06e672e84f +Subproject commit 59727b1e361013dd0b9f700a15e5c6111e69c743