Skip to content

Commit ec722cb

Browse files
committed
feat: fix API validation
1 parent a0bc364 commit ec722cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/op/pushed_authorization_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func createPushedAuthorizationRequest(
5252
}
5353

5454
// prevent misconfigured requests.
55-
if req.RedirectURI != "" {
55+
if req.RequestURI != "" {
5656
return nil, oidc.ErrRequestNotSupported()
5757
}
5858

0 commit comments

Comments
 (0)