Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Make filterProcessesUrl of SocialAuthenticationFilter configurable via SpringSocialConfigurer #226

Open
mirkoliver opened this issue Feb 28, 2017 · 0 comments · May be fixed by #246
Open

Comments

@mirkoliver
Copy link

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

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 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant