-
Notifications
You must be signed in to change notification settings - Fork 10
Support PKCE for authorization_code grant_type #19
Comments
Since the version of v1.1.0 or v0.4.0, omniauth-oauth2's pkce options be supportted for this strategy too. [OK] Patten1: to disable pkce option (default)This pattern is that pkce is disable. provider :zoom, zoom_client_id, zoom_client_secret, { scope: zoom_scope } [OK] Pattern2: to enable pkce option and set code_challenge_method to
|
Hi @koshilife Thanks for this great library. Any news on this issue ? |
Hi @kwent, |
According to the official announcements, Zoom supports PKCE for authorization_code grant_type since May 16, 2021.
We would like to support it too.
The text was updated successfully, but these errors were encountered: