Setting the issuer id

This commit is contained in:
Zoe Roux 2020-04-06 19:09:17 +02:00
parent 68a4075a25
commit 1dc7c832ba

View File

@ -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";