mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Finishing the basic authentification management
This commit is contained in:
parent
1c51a20dc3
commit
c6e8abb8a7
@ -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
|
Loading…
x
Reference in New Issue
Block a user