Skip to content

Commit 2abb750

Browse files
committed
Fix authorization call
1 parent a10b8f2 commit 2abb750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/route_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def par_endpointv2():
837837
client_secret = str(uuid.uuid4())
838838
session["redirect_uri"] = redirect_uri
839839
current_app.server.get_endpoint("registration").process_request_authorization(
840-
client_id=client_id, client_secret=client_secret, redirect_uri=redirect_uri
840+
client_id=client_id, redirect_uri=redirect_uri
841841
)
842842

843843
response = service_endpoint(current_app.server.get_endpoint("pushed_authorization"))

0 commit comments

Comments
 (0)