On Wed, Oct 30, 2013 at 9:18 AM, swastb <[email protected]> wrote: > after successful authentication there has to be an intermediate page between > login page and views.
Did you try overriding SecurityRealm.getAuthenticationGatewayUrl? Would not be straightforward, since you would need to provide an alternate POST destination URL that would handle ‘j_username’, ‘j_password’, and optionally ‘remember_me’ and ‘from’, but in principle it could work. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
