SSO实施ColdFusion [英] SSO Implementation ColdFusion

查看:83
本文介绍了SSO实施ColdFusion的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个非常基本的问题。我想使用ColdFusion进行SSO集成,但不知道从哪里开始。我通过Google搜索找到了 ssoeasy.com 网站,但对于如何使用它以及在何处找到文档感到非常困惑。

This is a very basic question. I want to do an SSO integration using ColdFusion but do not know where to start. I found the website ssoeasy.com through a google search, but am very confused about how to use it and where to find documentation.

我认为它与 cfldap cfhttp 有关,但不确定内容和位置:

I think it has something related with cfldap or cfhttp but not sure what and where:

<cfhttp method="get" url="http://testsso.com/login.cfm">
</cfhttp>


推荐答案

这实际上取决于您想扮演的角色SSO生态系统。您是大型联盟(服务提供商)中的应用程序,还是试图在您控制的多个应用程序中实施SSO风格的登录,或者您是否要进行设置以使您的用户可以使用Google或Facebook或其他方式登录

It really depends on what role you want to play in an SSO ecosystem. Are you an app in a larger federation (Service Provider), or are you trying to implement an SSO style login across multiple applications that you control, or are you looking to setup so that your users can log in with Google or Facebook or such other identity registers?

几年前,我们使用Shibboleth( https://shibboleth.net/ )和CF,我们在系统中的预期位置将是其他公司身份提供商的服务提供商。当我们让Shibboleth处理所有SAML联合身份验证工作时,它的工作非常简单,然后当它完成时,我们从Shibboleth返回了一个电子邮件地址(我们决定使用的唯一标识符),表示该用户已通过身份提供者进行了身份验证

A few years back we did an implementation with Shibboleth (https://shibboleth.net/) and CF where our intended place in the system would be that of a Service Provider to other companies Identity Providers. It works pretty straight forward as we let Shibboleth handle all the SAML federation grunt work and then when it's completed we get an e-mail address (the unique identifier we decided on) back from Shibboleth saying that the user has been authenticated via the Identity Provider.

其他 SSO实现也适用于其他类型的集成。

Other 'SSO' implementations are around for other types of integrations.

从CFC处理OAuth- - https://github.com/coldfumonkeh/oauth2

From CFCs to handle OAuth -- https://github.com/coldfumonkeh/oauth2

如果您正在运行足够新版本的ColdFusion,请集成oauth支持> https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-mo/cfoauth.html

To integrated oauth support if you're running a new enough version of ColdFusion https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfoauth.html

希望对您有帮助。

这篇关于SSO实施ColdFusion的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆