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
Currently NimbusOAuth2UserService supports custom users, OIDC Users, and OAuth Users. It would be better if we could decouple this into 3 separate services and have a generic delegating OAuth2UserService. This simplifies the class, simplifies expanding other use cases, and ensures users can leverage only some of the functionality.
NOTE: Splitting up also allows JWT to be optional dependency if using something like GitHub which doesn't use JWT
The text was updated successfully, but these errors were encountered:
rwinch
added
the
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
label
Jul 10, 2017
Uh oh!
There was an error while loading. Please reload this page.
Summary
Currently
NimbusOAuth2UserService
supports custom users, OIDC Users, and OAuth Users. It would be better if we could decouple this into 3 separate services and have a generic delegatingOAuth2UserService
. This simplifies the class, simplifies expanding other use cases, and ensures users can leverage only some of the functionality.NOTE: Splitting up also allows JWT to be optional dependency if using something like GitHub which doesn't use JWT
The text was updated successfully, but these errors were encountered: