There was an error while loading. Please reload this page.
1 parent a0bc364 commit ec722cbCopy full SHA for ec722cb
1 file changed
pkg/op/pushed_authorization_request.go
@@ -52,7 +52,7 @@ func createPushedAuthorizationRequest(
52
}
53
54
// prevent misconfigured requests.
55
- if req.RedirectURI != "" {
+ if req.RequestURI != "" {
56
return nil, oidc.ErrRequestNotSupported()
57
58
0 commit comments