cancel
Showing results for 
Search instead for 
Did you mean: 

Slow Login Performance Using SSO(XIR3.0)

Former Member
0 Kudos

I've just got SSO working, but it seems to take a long time to log into infoview.

It is a new install, the system in a single domain with about 200 users. The

Enterprise server and domain controllers are not under any significant load.

Any ideas what might be the cause?

Accepted Solutions (1)

Accepted Solutions (1)

BasicTek
Advisor
Advisor

If it's 3.0 are you using trusted auth SSO, siteminder, or vintela SSO?

Regards,

Tim

Former Member
0 Kudos

Vintela SSO

BasicTek
Advisor
Advisor
0 Kudos

OK The most common resolution would be to add -Djcsi.kerberos.maxpacketsize=0 to the tomcat java options and restart tomcat. I probably should have verified you were using tomcat too.

The reason is that kerberos by default tries to use UDP on all requests, and fails. Then retransmits again with TCP. This setting forces TCP from the beginning for all vintela SSO clients.

Also try hitting a different SSO URL instead of InfoViewApp/logon.jsp try InfoViewApp/logon/logonService.do

I don't think the latter will do much (just saves 1 redirect)

Let us know the results.

Regards,

Tim

Former Member
0 Kudos

Problem solved, logs in nice and quick now!

Thanks alot for your help Tim!

former_member197037
Participant
0 Kudos

Hi Tim,

Is adding -Djcsi.kerberos.maxpacketsize=0 an option in 4.1 as well?

Regards

former_member189884
Contributor
0 Kudos

It is

Answers (0)