OpenIDC / liboauth2

OAuth 2.x and OpenID Connect C library
Apache License 2.0
105 stars 26 forks source link

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

Closed scommerot closed 2 months ago

scommerot commented 2 months ago

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.

scommerot commented 1 month ago

Thanks a lot, that was super fast!