Browse by Tags

All Tags » authentication   (RSS)
  • Forms / Basic Authentication and Actioning Work Items

    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 ...
    Posted to General (Forum) by dshookowsky on July 29, 2008
  • Can't connect to the server using WorkFlowManagementServer

    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 ...
    Posted to General (Forum) by kotomi on June 16, 2008
  • Re: More Browser-Enabled InfoPath Goodness

    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 ...
    Posted to General (Forum) by tballister on April 24, 2008
  • Re: Inconsistent Authentication issues - timeout setting somewhere?

    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 ...
    Posted to General (Forum) by edgelore on April 2, 2008
  • Re: Authenticating against SQLUM

    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);
    Posted to General (Forum) by DavidL on March 4, 2008
  • Unable to add trusted sites

    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 ...
    Posted to Tips and Tricks (Forum) by DavidL on February 12, 2008
  • DelegConfig (Delegation / Kerberos Configuration Tool) from iis.net

    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 ...
    Posted to Underground Coding (Weblog) by j.monty on June 6, 2007