Browse by Tags
All Tags » authentication (RSS)
-
I'm working on a solution that would allow users to action work items from the email message via a blackberry. I've seen the best practice document (http://www.k2underground.com/forums/thread/18017.aspx) and that's incredibly helpful, but one question I had was if the users are using devices that aren't on the domain, can it work with Forms ...
-
I am trying to connect to the server to get global worklists.
I've just tried the code from the K2 BP Developers Reference, but have been having just enough troubles getthing thorough connection problem.The code looks like this below. I am not sure what went wrong and would really appreciate the help!I am running the code on the server machine ...
-
Delighted to find this thread. It got my problem solved, but just as a footnote I had to do a little more work.
For me there were three entries in the manifest.xsn file. I tried editing only the ''Get Actions'' entry first as described and got an error complaining about ''... relative paths not allowed ...'' when trying to ...
-
Thank you very much for the reply. The plot thickens. I will explain.
It is all one domain. We have several Domain Controllers and a distributed network, but they are all just replicated DCs across a couple different subnets.
I thought maybe that was the issue since the servers and clients were all authenticating against a DC in a different ...
-
ConnectionSetup connSetup = new ConnectionSetup();
connSetup.ConnectionString = string.Format(''Integrated=False;IsPrimaryLogin=True; Authenticate=True;EncryptedPassword=False; Host={0};Port=5252;SecurityLabelName=K2SQL; UserID={1};Password={2};'', server,tbUserID.Text, tbPassword.Text);
conn.Open(connSetup);
-
I just ran into this problem at a customer site. The browser was putting all web sites in the Internet zone, which doesn't allow automatic integrated authentication. When I tried to add the K2 workspace to the list of trusted sites, IE displayed the following error:
'There was an unexpected error with your zone settings. Unable ...
-
DelegConfig (Delegation / Kerberos Configuration Tool) from iis.net
A co-worker of mine (thanks Kevin) sent me information this morning on a tool for trouble-shooting Kerberos settings in IIS called DelegConfig. This a 'must-have' tool for setting up Kerberos for your K2.net Web Server.
This utility is a little ASP.NET v1.1. app you drop ...
|
|