We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ffe60 commit 56ff6b5Copy full SHA for 56ff6b5
tests/test_client_29_pushed_auth.py
@@ -35,7 +35,7 @@ def create_client(self):
35
"preference": {"response_types": ["code"]},
36
"add_ons": {
37
"pushed_authorization": {
38
- "function": "idpyoidc.client.oauth2.add_on.pushed_authorization.add_support",
+ "function": "idpyoidc.client.oauth2.add_on.par.add_support",
39
"kwargs": {
40
"body_format": "jws",
41
"signing_algorithm": "RS256",
0 commit comments