You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 OpenIDC/mod_oauth2#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.
The text was updated successfully, but these errors were encountered:
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 OpenIDC/mod_oauth2#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.
The text was updated successfully, but these errors were encountered: