mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-10 10:26:23 +00:00
add configuration for public origin
This commit is contained in:
parent
842650755c
commit
c319057be7
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace SteamOpenIdConnectProvider
|
||||||
services.AddIdentityServer(options =>
|
services.AddIdentityServer(options =>
|
||||||
{
|
{
|
||||||
options.UserInteraction.LoginUrl = "/ExternalLogin";
|
options.UserInteraction.LoginUrl = "/ExternalLogin";
|
||||||
|
options.PublicOrigin = Configuration["OpenID:PublicOrigin"];
|
||||||
})
|
})
|
||||||
.AddAspNetIdentity<IdentityUser>()
|
.AddAspNetIdentity<IdentityUser>()
|
||||||
.AddInMemoryClients(IdentityServerConfig.GetClients(
|
.AddInMemoryClients(IdentityServerConfig.GetClients(
|
||||||
|
|
Loading…
Reference in a new issue