Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher & Login Modules

Former Member
0 Kudos

Hi,

We have URL Alias(DNS Redirect) for the Portal.

We use Webdispatcher for the Re-Direct.

Users will get like this:

http://aaa_portal which will redirect to webdispatcher >http://bbb_webdisp> which will Re-Direct to http://production/irj/portal

The issue here is: The portal Logon page not Re-directing and it opens all the time the First Logon page only.

When we call only thru webdispatcher http://bbb_webdisp it works perfectly.

Note: ume.login.mdc.hosts has been used as follows: http://aaa_portal has been included.

Seems the EvaluateTicketLoginmodule not succeeded when we use the DNS Alias(which is included as mdc hosts).

Please throw some light on the issue. If you need any information let me know.

Regards,

Sethu

2 REPLIES 2

Former Member
0 Kudos

If the users from the client network can only see and use http://bbb_webdisp then you should be fine.

Testing things as admin in the server network is not 1:1 to the user experience...

Perhaps you can explain more context of your test which is not working for you.

Cheers,

Julius

0 Kudos

Julius,

the problem has been identified as the Hostname.

Hostname with underscore cant generate a SSO Cookie it seems.

Please refer the Note 763427 and the link http://support.microsoft.com/default.aspx?scid=kb;en-us;316112 talks about this.

That solves our problem.

Regards,

ethu