Skip to Content
0
Former Member
Jun 04, 2009 at 03:41 AM

Re-Direct on logoff

47 Views

Hi Gurus,

I am facing some weird problem. I searched the forum but no luck. I need to redirect my logged in user to some external URL and for that I have made following setting:

a) Open the config tool of portal

b) Go to Global Server Configuration -> Services -> com.sap.security.core.ume.service

c) Change the parameter ume.logoff.redirect.silent to TRUE (upper case) (Tried with False as well)

d) Change the parameter ume.logoff.redirect.url to http://www.google.com

e) Restart the server.

But it is not working as expected. User is taken back again to Portal login page. For checking whether these values are getting picked or not, I looked at the generated HTML code for Master Header and found that values are getting picked up correctly in function: logoffThirdParty()

My portal version is : 7.0 SP 14

Is I am missing something?

Regards,

Anup Batra