Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to specify a custom string for the introspection request token field. #57

Closed
scommerot opened this issue Sep 13, 2024 · 2 comments

Comments

@scommerot
Copy link

As in mod_auth_openidc log:
1/21/2015

  • 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.

@scommerot
Copy link
Author

Thanks a lot, that was super fast!

@zandbelt
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants