Implemented IDP registered clients and callbacks

This commit is contained in:
David J. Allen 2024-04-30 14:44:57 -06:00
parent cbb3e6f851
commit 7022801fe9
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 24 additions and 24 deletions

View file

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