diff --git a/Kyoo/Startup.cs b/Kyoo/Startup.cs index 64e318d9..8f67ccc0 100644 --- a/Kyoo/Startup.cs +++ b/Kyoo/Startup.cs @@ -50,6 +50,7 @@ namespace Kyoo services.AddIdentityServer(options => { options.IssuerUri = publicUrl; + options.PublicOrigin = publicUrl; options.UserInteraction.LoginUrl = publicUrl + "login"; options.UserInteraction.ErrorUrl = publicUrl + "error"; options.UserInteraction.LogoutUrl = publicUrl + "logout";