Skip to content

Commit 49bcc93

Browse files
committed
removing pkce for token endpoint
1 parent 14d4195 commit 49bcc93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cms_bluebutton/auth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ def get_access_token_from_code(bb, auth_data, callback_code, callback_state) ->
116116
"grant_type": "authorization_code",
117117
"redirect_uri": bb.callback_url,
118118
"code_verifier": auth_data["verifier"],
119-
"code_challenge": auth_data["code_challenge"],
120-
"code_challenge_method": "S256",
121-
"state": callback_state,
122119
}
123120

124121
token_response = _do_post(data, bb, None)

0 commit comments

Comments
 (0)