mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-06 22:35:17 -04:00
Setting the issuer id
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Kyoo
|
||||
|
||||
services.AddIdentityServer(options =>
|
||||
{
|
||||
options.IssuerUri = publicUrl;
|
||||
options.UserInteraction.LoginUrl = publicUrl + "login";
|
||||
options.UserInteraction.ErrorUrl = publicUrl + "error";
|
||||
options.UserInteraction.LogoutUrl = publicUrl + "logout";
|
||||
|
||||
Reference in New Issue
Block a user