cancel
Showing results for 
Search instead for 
Did you mean: 

SPNEGO add-on and '?spnego=disabled' url option

Former Member
0 Kudos

I've sucessfully setup the new SPNEGO add-on from note 1457499, now just trying to disabled SSO with a GET parameter in the URL and its not working.

Check this blog for details -> /people/holger.bruchelt/blog/2010/04/08/new-spnego-login-module--just-around-the-corner just search for 'disabled'

For example non SSO url would be -> http://host.domain.net:50000/irj?spnego=disabled

but it dosn't stop SSO for me, still just logs in without username/password prompt.

Has any one tried this and got it working?

thanks

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

http://<host>:<port>/irj is just forwarding you to http://<host>:<port>/irj/portal and probably isn't forwarding the query string.

So just try http://<host>:<port>/irj/portal?spnego=disabled

I tried it several times in different setups, it is working without any additional effort.

Regards,

Martin

Former Member
0 Kudos

THis works great if you have the EP UT installed on the J2EE instance; however, not so well if you don't. I have a J2EE instance that is not running EP (so there is no /irj/portal area) that i need to disable SPNEGO via the logoff redirect URL... what is my option in this scenario?

thanks in advance for any assistance.

Eric

tim_alsop
Active Contributor
0 Kudos

Eric,

This thread is already marked as answered. If you have a related question, I suggest you open a new thread and make a reference to this thread if needed. Then you will more likely get somebody to answer you.

Thanks,

Tim

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Martin, works perfectly and so obvious now you point it out!

Regards

Daniel