How to implement SSO in coldfusion 10?
Hey all,
I wanted to implement SSO using Coldfusion 10 for my organization. For this, we are going to use Microsoft Azure Active Directory. I wanted to use display name and employeeId coming from Azure AD for authentication purpose. For this I need to ask to setup SAML/Oauth application to another team working with us and handling Azure AD. But I am not sure to which SSO protocol coldfusion 10 supports? Can anybody help me on this?
Also, what code to be written in application.cfc so that I can compare credentials entered by the user to what is coming from Azure AD? Can I use cflogin to achieve this? how can I use this? Somebody please help......
