Skip to content

Commit

Permalink
Set type on OIDC connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 24, 2023
1 parent cd8c4a0 commit 169152a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions management/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ ZsUkLw2I7zI/dNlWdB8Xp7v+3w9sX5N3J/WuJ1KOO5m26kRlHQo7EzT3974g
Issuer: auth0.String("https://example.com"),
AuthorizationEndpoint: auth0.String("https://example.com"),
JWKSURI: auth0.String("https://example.com/jwks"),
Type: auth0.String("front_channel"),
UpstreamParams: map[string]interface{}{
"screen_name": map[string]interface{}{
"alias": "login_hint",
Expand Down

0 comments on commit 169152a

Please sign in to comment.