Coder Social home page Coder Social logo

Comments (6)

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

pascal gehl said:

I’ll take it.

from spring-security.

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

pascal gehl said:

Here is the code and the unit tests for the multiple login form url feature.
The folder hierarchy reflects the one in the snapshot I downloaded.

from spring-security.

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

pascal gehl said:

It’s a simple and small user guide.

from spring-security.

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

Andreas Brenk said:

I’d really like to see this as a part of 0.9.0. Are there any reasons why the code is still not part of CVS HEAD?

from spring-security.

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

Ben Alex said:

I think it would be of more general-purpose usefulness if the objectDefinitionSource values were not URIs but bean names of AuthenticationEntryPoints. Thus /ws/=basicAuthenticationEntryPoint, /admin/=adminAuthEntryPoint, **=generalAuthEntryPoint. You’d still get the benefit of different AuthenticationProcessingFilterEntryPoints, but need to define them as separate beans.

What do others think? Please comment on this task.

from spring-security.

spring-projects-issues avatar spring-projects-issues commented on July 22, 2024

Ben Alex said:

I do not believe the use case of having different login form URLs for different failure URLs would be a general requirement and thus should belong in the framework.

The use case of having different AuthenticationEntryPoints for different URLs is quite reasonable, though, but it is possible to achieve that by configuring the FilterChainProxy accordingly. Indeed FilterChainProxy is a more appropriate configuration mechanism in this scenerio, for it allows alternate bean definitions to be weaved into the web request, such as using a HttpSessionContextIntegrationFilter that does not create HTTP sessions if BASIC authentication is being used.

from spring-security.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.