Skip to content

Commit 2677522

Browse files
committed
correct rebase merge error
1 parent afa6a05 commit 2677522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

path_oidc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ func (b *jwtAuthBackend) authURL(ctx context.Context, req *logical.Request, d *f
561561
clientNonce := d.Get("client_nonce").(string)
562562
if clientNonce == "" && role.CallbackMode != callbackModeClient {
563563
return logical.ErrorResponse("missing client_nonce"), nil
564+
}
564565

565566
// "openid" is a required scope for OpenID Connect flows
566567
scopes := append([]string{oidc.ScopeOpenID}, role.OIDCScopes...)

0 commit comments

Comments
 (0)