Results 1 to 1 of 1

Thread: x509 and "defaultTargetUrl"

Threaded View

  1. #1
    Join Date
    Aug 2006
    Posts
    17

    Default x509 and "defaultTargetUrl"

    I'm trying (via numerous blog posts) to try to find a way to replicate the defaultTargetUrl functionality (that you'd get from a security:form-login tag).

    I have x509 working.. extracting the CN.. I made a "dummy" UserDetailsService(x509roleassigner below) that always returns a ROLE_USER for any username etc.

    What i'd like to be able to do, is redirect the user to a specific URL post-authentication (so they don't always go to say, index.html).

    my latest non-working, security XML is attached
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •