Skip to content

Commit

Permalink
remove obsolete comment about pkce none
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Sep 2, 2024
1 parent 55b2945 commit 3644ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,6 @@ apr_byte_t oidc_metadata_conf_parse(request_rec *r, oidc_cfg_t *cfg, json_t *j_c
OIDC_METADATA_PROVIDER_SET(response_mode, value, rv)

/* get the PKCE method to use */
/* NB: pass "none" rather than NULL to allow fallback when the default in base is explicitly set to "none" */
oidc_util_json_object_get_string(r->pool, j_conf, OIDC_METADATA_PKCE_METHOD, &value,
oidc_cfg_provider_pkce_get(oidc_cfg_provider_get(cfg))->method);
OIDC_METADATA_PROVIDER_SET(pkce, value, rv)
Expand Down

0 comments on commit 3644ffe

Please sign in to comment.