mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed IDP endpoint overrides not working correctly
This commit is contained in:
parent
67683e9fca
commit
e940dc2dd9
5 changed files with 29 additions and 18 deletions
|
|
@ -91,8 +91,9 @@ func NewServerWithConfig(conf *Config) *server.Server {
|
|||
Host: host,
|
||||
Port: port,
|
||||
Issuer: server.IdentityProviderServer{
|
||||
Host: conf.Server.Issuer.Host,
|
||||
Port: conf.Server.Issuer.Port,
|
||||
Host: conf.Server.Issuer.Host,
|
||||
Port: conf.Server.Issuer.Port,
|
||||
Endpoints: conf.Server.Issuer.Endpoints,
|
||||
},
|
||||
}
|
||||
return server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue