Documentation for OAuth PKCE feature¶ ↑
The oauth_pkce
feature implements the OAuth 2.0 Proof Key for Code Exchange authorization code grant extension.
This feature depends on the oauth_authorization_code_grant feature.
Auth Value Methods¶ ↑
oauth_require_pkce |
Enforces usage of PKCE, |
oauth_pkce_challenge_method |
challenge method used in PKCE flow, |
oauth_grants_code_challenge_column |
the db column where the oauth grant PKCE code challenge is stored, |
oauth_grants_code_challenge_method_column |
the db column where the oauth grant PKCE code challenge method is stored, |
oauth_code_challenge_required_error_code |
oauth error code for when PKCE code challenge is required, |
oauth_code_challenge_required_message |
error description for the “code challenge required” OAuth error code, |
oauth_unsupported_transform_algorithm_error_code |
oauth error code for when the PKCE transform algorithm is unsupported, |
oauth_unsupported_transform_algorithm_message |
error description for the PKCE “unsupported transform algorithm” OAuth error code, |