Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7788717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:04:37+00:00 2026-06-01T21:04:37+00:00

Using form-login for authentication. I need to be able to configure the failure-url and

  • 0

Using form-login for authentication. I need to be able to configure the failure-url and success-url from a database table we have for configuring other aspects of the application.

My application which this authenticates users for is linked to from a different application which may be on this server or another server and I need to fail back there or go there when the user logs out.

 <form-login authentication-success-handler-ref="authenticationSuccessHandler"
                    always-use-default-target="true"
                    authentication-failure-url="**/failureurl.aspx**"
                    default-target-url="/home/configuration"/>
<logout logout-success-url="**/successurl.aspx**" invalidate-session="true"/>

How would I change these attributes on the fly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:04:38+00:00Added an answer on June 1, 2026 at 9:04 pm

    Sounds like you have logic processing that determines where the user actually lands. If I were you, I’d wire your attributes to be intercepted by another controller that processes the request based on your rules and the redirect from there.

    <form-login authentication-success-handler-ref="authenticationSuccessHandler"
                    always-use-default-target="true"
                    authentication-failure-url="/redirect/failure"
                    default-target-url="/home/configuration"/>
    

    And then:

    @Controller
    @RequestMapping("/redirect/failure")
    public class Redirector
    {
        public String doFailureRedirection(HttpServletRequest request, Model model)
        {
              //check where user is supposed to go and return
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using form base authentication in my Sharepoint site. On my login page
I'm using MVC. I copied the login form from the login page and inserted
I have an asp.net application which is using form authentication, asp.net membership provider (ASP.NET
I am new In ASP.NET, I want to create to Login Form using Membership
I am new to zend. I am trying to create login form using zend
I'm automating form login in a certain site using the WebBrowser control. Having the
I'm using a custom login form, the same as the one in wp-admin, the
I am using Thickbox 3.1 for a login form, using the iframe version. I
I am using this tutorial to create a login form http://www.ryancoughlin.com/2008/11/04/use-jquery-to-submit-form/ It authenticates against
I need to autheticate on a site using forms authentication and then redirect the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.