Dependency injection in OAuth2 context

Seems most of the dependency injection in the OAuth2 context is handled through Guice. I am looking at OAuth2GuiceModule where the bindings are set. Does this imply that we can’t extend (say) CtsBackChannelAuthnService and have to go through support for any changes required ?

Hi @joshfr

I followed up on your questions with our internal teams. I recommend your inquiry would be best answered via a support ticket for review with our engineering team, who can better assist with providing official responses to your question on extendability and whether it would require support.

Alternatively, there is a documented procedure for implementing Custom Guice Bindings by adding your own Guice module into the injector configuration:

I hope this information helps!

Best regards,

Sheila

1 Like