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 1928786
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T07:01:24+00:00 2026-05-17T07:01:24+00:00

I have build a grails application, which on login redirects users to different URLs

  • 0

I have build a grails application, which on login redirects users to different URLs based on User’s role (custom roles defined in roles domain). Now I am trying to integrate Spring Security Core Grails Plugin to the application, so plan to use the plugin’s domain model.

I understand the auth action in LoginController does the user login validation and if the user is logged in the redirects to default target URI.
My question is how can I know if the logging in user is of type ROLE_ADMIN or ROLE_USER or any other ROLE? How can I check the authority here and then redirect to different URIs?

I would also like to know how the user validation is done i.e. how & where the username and password are validated against the database in spring security?

Thank You.
Jay Chandran.

  • 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-05-17T07:01:25+00:00Added an answer on May 17, 2026 at 7:01 am

    The redirect happens in org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler but the plugin extends this class in org.codehaus.groovy.grails.plugins.springsecurity.AjaxAwareAuthenticationSuccessHandler to support Ajax logins.

    If you want to customize the redirect location based on roles, I’d subclass AjaxAwareAuthenticationSuccessHandler and override onAuthenticationSuccess(). You’ll have access to the Authentication, so you can inspect the granted authorities and determine where to go based on those.

    Then replace the plugin’s bean with yours in resources.groovy:

    import org.codehaus.groovy.grails.plugins.springsecurity.SpringSecurityUtils
    
    beans = {
       authenticationSuccessHandler(MyAuthenticationSuccessHandler) {
          def conf = SpringSecurityUtils.securityConfig
    
          requestCache = ref('requestCache')
          redirectStrategy = ref('redirectStrategy')
          defaultTargetUrl = conf.successHandler.defaultTargetUrl
          alwaysUseDefaultTargetUrl = conf.successHandler.alwaysUseDefault
          targetUrlParameter = conf.successHandler.targetUrlParameter
          ajaxSuccessUrl = conf.successHandler.ajaxSuccessUrl
          useReferer = conf.successHandler.useReferer
       }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have build the following application: http://codecanyon.net/item/secure-login-system/1379963 , and I got some requests for
I'm working on a Linux/Apache/MySQL/Grails application and have the choice of build tools. I'm
I have build my very first application to Android and I want now to
We have build several web service based on .net. Now we want to create
I have build a custom Html Helper extension as follows: public static string DatePicker(this
I'm trying to build a Grails 2.0 application using private plugins: mycompany-frontend = Grails
I’m new to Grails and I’m trying to build a simple help desk application.
I have a Grails application, built to a war file (~30mb). When I attempt
I have a fairly conventional Grails application. It's monolithic; although it's somewhat split into
I have to build many data-driven web application for various clients. The aim is

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.