add support for OIDCOAuthIntrospectionTokenParamName (incl. Google OAuth 2.0 access token validation)
add a sample OAuth 2.0 config for Google access tokens to README.md
release 1.7.2
That's missing in this library it seems.
Please add the support to provide a custom token request value so the Google Oauth2.0 access token validation.
Google IDP expects the token added after the "access_token" keyword, but seems only "token" is supported in this library.
I understand rfc7662 says the value should be token and I did saw https://github.com/OpenIDC/mod_oauth2/issues/45.
However, I'd expect new versions to be somewhat feature complete and not break existing configurations when you attempt to upgrade them.
As in mod_auth_openidc log: 1/21/2015
That's missing in this library it seems.
Please add the support to provide a custom token request value so the Google Oauth2.0 access token validation. Google IDP expects the token added after the "access_token" keyword, but seems only "token" is supported in this library. I understand rfc7662 says the value should be token and I did saw https://github.com/OpenIDC/mod_oauth2/issues/45.
However, I'd expect new versions to be somewhat feature complete and not break existing configurations when you attempt to upgrade them.
Thanks in advance.