spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.

Home Page:http://projects.spring.io/spring-social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make filterProcessesUrl of SocialAuthenticationFilter configurable via SpringSocialConfigurer

mirkoliver opened this issue · comments

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