add hook for custom JWT claims to DefaultOIDCTokenService#1342
add hook for custom JWT claims to DefaultOIDCTokenService#1342jricher merged 1 commit intomitreid-connect:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1342 +/- ##
============================================
+ Coverage 23.7% 23.89% +0.19%
- Complexity 849 854 +5
============================================
Files 209 209
Lines 11664 11666 +2
Branches 2116 2116
============================================
+ Hits 2765 2788 +23
+ Misses 8422 8389 -33
- Partials 477 489 +12
Continue to review full report at Codecov.
|
|
Anyone have an example of how to override DefaultOIDCTokenService in an overlay. |
|
Thank you for the quick response! That worked great so I don't need to exclude the overridden classes from component-scan I'm also trying to use this same approach to override a persistence class - SavedUserAuthentication. ERROR: org.springframework.web.context.ContextLoader - Context initialization failed |
|
To answer my own question: |
This is the same enhancement as #1270 but applies to the id token rather than the access token.