Finishing the basic authentification management

This commit is contained in:
Zoe Roux 2020-04-12 17:41:00 +02:00
parent 1c51a20dc3
commit c6e8abb8a7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ namespace Kyoo
RequireConsent = false, RequireConsent = false,
AllowedScopes = { "openid", "profile", "kyoo.read", "kyoo.write", "kyoo.play", "kyoo.download", "kyoo.admin" }, AllowedScopes = { "openid", "profile", "kyoo.read", "kyoo.write", "kyoo.play", "kyoo.download", "kyoo.admin" },
RedirectUris = { "/", "/silent" }, RedirectUris = { "/", "/silent.html" },
PostLogoutRedirectUris = { "/logout" } PostLogoutRedirectUris = { "/logout" }
} }
}; };

@ -1 +1 @@
Subproject commit 7125704dbda7411e1692b0413a8dcb06e672e84f Subproject commit 59727b1e361013dd0b9f700a15e5c6111e69c743