I am trying to create a very very simple div integration on an asp.net page but I seem to be at a loss and there seems to be little information out there to aid in the troubleshooting.
Everytime I try to view the page I get the error: "No connection". I am using a webticket that has been generated via getwebticket call (and this works correct via other SSO integrations). We also have workbench enabled.
One thing I did find strange, via the server log file.. Every login attempt is causing this error:
2015-03-10 04:58:56
2015-03-11 04:14:53
1
300
Error
SE_LOG: SERVER - DMR: Validate and Apply Hex. UsrName(UaDTzeXF/ksy0NrgGfimu0WidG50EOHfhqke6135) <- Webticket or whatever I set as a the ticket value
I am starting to come to the conclusion that maybe the ticket value isn't designed to support the response GetWebTicket (but then some forum posts conflict with that) but any help is appreciated. Either way, how can I get a user to access this page using a web ticket?