Skip to main content
Participating Frequently
May 19, 2008
Question

Implement SSO using SAML, CF7, Windows, IIS for a site.It has own login procedure

  • May 19, 2008
  • 1 reply
  • 1188 views
Hi,

I want to implement SAML(Security Assertion Markup Language) using CF 7 for implementing Single Sign On (SSO) solution in our website which has its own login authentication procedure.

Any suggestions as to which API or lib will suit us. We dont want to get into crazy stuff. We need something that is stable and doesnt need changes in CF environment or IIS or any architecture changes. Basically, we need a windows implementation.

As mentioned earlier, We want to implement SSO for our site which has its own login authentication procedure. We use CF 7 on Windows Server 2003 with IIS and SQL Server 2000 as the database.

FYI, SSO helps user to use same credentials to use any application across intranet or an application provided to you by a service provider i.e. a website. Example, you can login using your windows account and be able to use all other applications across the intranet or even internet with the same login credentials, hence the name single sign on.

Let me know if anyone has done SSO with SAML, CF 7 in windows environment.
I came across OpenSAML which looks like unix/linux implementation.

Will OpenSAML work for me?

Any suggestions for Windows implementation of SSO using SAML?
This topic has been closed for replies.

1 reply

Inspiring
May 22, 2008
Get ready to pull your hair out. We had this implemented via J2EE at our company by a consultant and it still gives us nightmares, but there probably easier ways to use SAML than the route we took. It enables a large bank to sign onto our system. Since I didn't do it I don't know much but this may be a good starting point:

http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=security
Inspiring
May 27, 2008