openid-connect-generic icon indicating copy to clipboard operation
openid-connect-generic copied to clipboard

Undocumented Filters

Open timnolte opened this issue 5 years ago • 2 comments
trafficstars

Problem Description; There are 2 filters that have gone undocumented since their inclusion in the code.

openid-connect-modify-token-response-before-validation https://github.com/oidc-wp/openid-connect-generic/blob/7560701348e004f09df7c831d0703e0bcc173ca2/includes/openid-connect-generic-client-wrapper.php#L365

openid-connect-modify-id-token-claim-before-validation https://github.com/oidc-wp/openid-connect-generic/blob/7560701348e004f09df7c831d0703e0bcc173ca2/includes/openid-connect-generic-client-wrapper.php#L386

Action Required: Update Wiki & README file with the references to what the hooks are and a description of when they are used. Provide code examples of how they can be used.

timnolte avatar Sep 24 '20 02:09 timnolte

Hello, basically is it to change the project's README.md documentation?

Oaparecido avatar Sep 25 '20 19:09 Oaparecido

Hello, basically is it to change the project's README.md documentation?

@Oaparecido I updated the issue description with some clear direction. Thanks!

timnolte avatar Sep 27 '20 12:09 timnolte