mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Setting the issuer id
This commit is contained in:
parent
68a4075a25
commit
1dc7c832ba
@ -49,6 +49,7 @@ namespace Kyoo
|
|||||||
|
|
||||||
services.AddIdentityServer(options =>
|
services.AddIdentityServer(options =>
|
||||||
{
|
{
|
||||||
|
options.IssuerUri = publicUrl;
|
||||||
options.UserInteraction.LoginUrl = publicUrl + "login";
|
options.UserInteraction.LoginUrl = publicUrl + "login";
|
||||||
options.UserInteraction.ErrorUrl = publicUrl + "error";
|
options.UserInteraction.ErrorUrl = publicUrl + "error";
|
||||||
options.UserInteraction.LogoutUrl = publicUrl + "logout";
|
options.UserInteraction.LogoutUrl = publicUrl + "logout";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user