I am trying to get single sign on working from Firefox version 3.6.6 running on Ubuntu 10.04 LTS Lucid Lynx to IIS 7 on Windows Server 2008.
The examples everywhere show how to do Kerberos Token Profile 1.1 via WCF, however it uses Message security. In fact, the WCF implementation defaults to sign+encrypt. I have a requirement of using SSL
If I have single SharePoint server with no header (for testing) and my client app only needs to only access the web app with Kerberos configured, I already configured the app pool for that web app wit
I\'m still trying to find a Java based solution for SSO (running on *nix), which I can use on JBoss to authorize against an Active Directory/domain controller. I initially tried to do this via NTLM, b
I have a web site running on IIS7 configured to use Windows authentication. I\'d like to make a call from the site to a REST web service and pass the Kerberos token of the user (authentic开发者_运维知
We are having trouble getting Spring Security/Kerberos/AD to work for our web app. Our diagnosis is that our AD server sending an NTLM token (we can tell as it starts with \"TlRMTVNT.....\") to IE and
I am trying to configure my SQL Server to use Kerberos authentication. My setup is like this - My setup is like this- I have 2 virtual PCs in a Windows XP Pro SP3 host. Both VPCs are Windows Server
I\'m trying to开发者_如何学编程 setup an internal website that will contact another backend service within the network on behalf of the user using a HttpWebRequest.
I\'d like to authorize the user/application combination, not only the user. The scenario is that we\'ve built an app that guides the user to safe updates of some data.
I have an ASP.net application I\'m developing authentication for.I am using an existing cookie-based log on system to log users in to the system.The application runs as an anonymous account and then c