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

Make filterProcessesUrl of SocialAuthenticationFilter configurable via SpringSocialConfigurer #226

@mirkoliver

Description

@mirkoliver

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions