mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Implemented IDP registered clients and callbacks
This commit is contained in:
parent
cbb3e6f851
commit
7022801fe9
2 changed files with 24 additions and 24 deletions
|
|
@ -25,12 +25,6 @@ type Server struct {
|
|||
Issuer IdentityProviderServer `yaml:"issuer"`
|
||||
}
|
||||
|
||||
type IdentityProviderServer struct {
|
||||
Host string `yaml:"host"`
|
||||
Port int `yaml:"port"`
|
||||
Endpoints oidc.Endpoints `yaml:"endpoints"`
|
||||
}
|
||||
|
||||
type ServerParams struct {
|
||||
AuthProvider *oidc.IdentityProvider
|
||||
Verbose bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue