openid-connect-generic
openid-connect-generic copied to clipboard
Undocumented Filters
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.
Hello, basically is it to change the project's README.md documentation?
Hello, basically is it to change the project's README.md documentation?
@Oaparecido I updated the issue description with some clear direction. Thanks!