mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Setting the public origin
This commit is contained in:
parent
1dc7c832ba
commit
4b7b0fe1a9
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user