Table of Contents

Single Sign On - SSO

Recent Notes

Quick Overview

https://sso.ucce9.lab.orourke.tv/adfs/ls/IdpInitiatedSignon.aspx

Set up ADFS for Cisco

If ADFS install Wizard passed 100% and the basic SSO test works to adfs test sso login works (example url below). THEN….

https://sso.ucce9.lab.orourke.tv/adfs/ls/IdpInitiatedSignon.aspx

Custom Rule for ADFS Relying Party Trust
Note: The ADFS entity ID should match the “entityID” attribute given in the AD FS FederationMetadata.xml file which you have uploaded to the Unified Communications application. Open the XML file with a text editor and search for “entityID” to locate the attribute,

The Cisco Unified Communications application entity ID should match the “entityID” attribute given in the SP metadata XML file for the particular Unified Communications application node. Open the XML file with a text editor and search for “entityID” to locate the attribute.

c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname"]
 => issue(Type = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier", Issuer = c.Issuer, OriginalIssuer = c.OriginalIssuer, Value = c.Value, ValueType = c.ValueType, Properties["http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/format"] = "urn:oasis:names:tc:SAML:2.0:nameid-format:transient", Properties["http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/namequalifier"] = "http:///sso.ucce9.lab.orourke.tv/com/adfs/services/trust", Properties["http://schemas.xmlsoap.org/ws/2005/05/identity/claimproperties/spnamequalifier"] = "CUCM10-5A.UCCE9.LAB.OROURKE.TV");

References

http://docwiki.cisco.com/wiki/SAML_SSO_Configure_Microsoft_Active_Directory_Federation_Services_Identity_Provider_on_Windows_Platform

http://www.cisco.com/c/en/us/support/docs/unified-communications/unified-communications-manager-version-105/118770-configure-cucm-00.html

https://supportforums.cisco.com/document/12159076/adfs-setup-saml-sso-uc-10x

http://blogs.msdn.com/b/mapo/archive/2015/07/07/adfs-and-quot-the-spn-required-for-this-federation-service-is-already-set-on-another-active-directory-account-quot-error.aspx

https://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx
https://technet.microsoft.com/en-us/library/ee649249(v=ws.10).aspx

Example XML File URL located on the Federation Server (I set up a CNAME of sso for adfs server)
https://sso.ucce9.lab.orourke.tv/FederationMetadata/2007-06/FederationMetadata.xml

Using Federation Metadata to establish a Relying Party Trust in AD FS 2.0
http://blogs.msdn.com/b/card/archive/2010/06/25/using-federation-metadata-to-establish-a-relying-party-trust-in-ad-fs-2-0.aspx

http://192.168.1.170/ssosp/pages/TestSSO.jsp

https://support.microsoft.com/en-us/kb/3044976