mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +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 =>
|
||||
{
|
||||
options.UserInteraction.LoginUrl = "/ExternalLogin";
|
||||
options.PublicOrigin = Configuration["OpenID:PublicOrigin"];
|
||||
})
|
||||
.AddAspNetIdentity<IdentityUser>()
|
||||
.AddInMemoryClients(IdentityServerConfig.GetClients(
|
||||
|
|
Loading…
Reference in a new issue