In Fisheye and Crowd , when user Logs out , the action should be redirected to a different URL instead of the default page. Custom SSO deauthenticates the user.
There were solutions in JIRA (using seraph-config.xml) and Confluence (using xworl.xml) to redirect the login and logout urls.
Does Fisheye and Crowd have an option for this
Hi karthik,
you should be able to use the FishEye JSP source to modify the logout.jsp or masthead.tag page to include the desired redirect.
I had downloaded the source file and made changes to masthead.tag, works fine
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See here for information about customizing FishEye jsp pages: https://confluence.atlassian.com/display/FISHEYE/Customising+FishEye's+look+and+feel
If you have a commercial license, you'll find the JSP source download link on https://my.atlassian.com/product using the 'Download source' link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I tried doing that, I was able to get crowd's logout working by modifying the default.jsp file but In fisheye most of the source files are binary files. so the only way is to download the source code of fisheye , make the modification and complile it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.