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
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
…lConfigurer
- Add the ability to configure filterProcessesUrl of SocialAuthentication
via SpringSocialConfigurer
- Add SpringSocialConfigurer#configure test
f-lopes
added a commit
to f-lopes/spring-social
that referenced
this issue
Dec 17, 2017
…lConfigurer
- Add the ability to configure filterProcessesUrl of SocialAuthentication
via SpringSocialConfigurer
- Add SpringSocialConfigurer#configure test
f-lopes
added a commit
to f-lopes/spring-social
that referenced
this issue
Dec 17, 2017
…lConfigurer
- Add the ability to configure filterProcessesUrl of
SocialAuthenticationFilter via SpringSocialConfigurer
- Add SpringSocialConfigurer#configure test
Summary
Make filterProcessesUrl of SocialAuthenticationFilter configurable via SpringSocialConfigurer
Actual Behavior
The SocialAuthenticationFilter processes the url /auth. Although there is a method SocialAuthenticationFilter.setFilterProcessesUrl(String filterProcessesUrl) to change this default behaviour, in SpringSocialConfigurer this can not be configured. The only chance I've found is to write a custom Configurer - see this post: http://stackoverflow.com/questions/42135713/how-to-change-socialauthenticationfilter-filterprocessesurl-when-using-springsoc/42422376#42422376.
Expected Behavior
It would be much easier, if filterProcessesUrl could be set by SpringSocialConfigurer.
Version
I use Spring Social version 1.1.4.
Sample
http://stackoverflow.com/questions/42135713/how-to-change-socialauthenticationfilter-filterprocessesurl-when-using-springsoc/42422376#42422376
The text was updated successfully, but these errors were encountered: