-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow OAuth2ClientSpec to get ReactiveOAuth2AccessTokenResponseClient from Spring IoC #11097
Comments
Hi @NotFound403. I'm going through a few unanswered issues and saw this one.
Can you explain what you mean here? For example, do you mean that there's a workaround but it is inconvenient or difficult? Or do you mean something you're trying to achieve is impossible? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
@NotFound403 did you happen to see the above comment? |
|
Thanks @NotFound403. I think you're just requesting a general enhancement (nice-to-have) to make |
yes, keep them consistent |
Expected Behavior
Just like
OAuth2LoginSpec
,OAuth2ClientSpec
should getReactiveOAuth2AccessTokenResponseClient
from Spring IoC :Current Behavior
Current mechanism :
Context
I consider that,
ReactiveOAuth2AccessTokenResponseClient
in Spring IoC is the default one 、the global one. This facilitates consistent behavior,if not I need like the following :It looks not good.
The text was updated successfully, but these errors were encountered: