mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed small issues with not building
This commit is contained in:
parent
73e4e50d44
commit
67683e9fca
2 changed files with 4 additions and 3 deletions
|
|
@ -42,8 +42,9 @@ func Login(config *Config) error {
|
|||
AuthProvider: &oidc.IdentityProvider{
|
||||
Issuer: config.Authorization.Endpoints.Issuer,
|
||||
Endpoints: oidc.Endpoints{
|
||||
Config: config.Authorization.Endpoints.Config,
|
||||
JwksUri: config.Authorization.Endpoints.JwksUri,
|
||||
Config: config.Authorization.Endpoints.Config,
|
||||
Authorization: config.Authorization.Endpoints.Authorize,
|
||||
JwksUri: config.Authorization.Endpoints.JwksUri,
|
||||
},
|
||||
},
|
||||
JwtBearerEndpoints: flows.JwtBearerFlowEndpoints{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue