Skip to content

Commit

Permalink
Resolve Client Cred Test
Browse files Browse the repository at this point in the history
  • Loading branch information
NautiyalVikas1 committed Aug 9, 2024
1 parent ee1933f commit c47eabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def change_jwks_url(


def create_client_assertion(
claims, private_key, additional_headers={"kid": "test-1"}, algorithm=" "
claims, private_key, additional_headers={"kid": "test-1"}, algorithm="RS512"
):
return jwt.encode(
claims, private_key, algorithm=algorithm, headers=additional_headers
Expand Down

0 comments on commit c47eabc

Please sign in to comment.