English 中文(简体)
Drupal 7, territorial Access, and SSO (Single sign-On)
原标题:Drupal 7, Domain Access, and SSO (Single Sign-On)

Has anyone made any headway with coming up with a single sign on solution with Domain access to date for Drupal 7? I ve been looking closely at two old modules, one no longer maintained (SSO for D6) and one still maintained (CAS). I ve also read that SAML might be a key to unlocking this, but am uncertain. Facebook s FBConnect might be another option too or another way could be integrating OpenID from what I ve read, and experienced on StackOverflow s sub sites.

我知道,开放投资基金可以这样做,因为我们同时使用一个标志进入了所有 *流子点。 问题在于它如何跨越DNS服务器? 它是否用了一半的配对 has? 我无法找到这方面的任何文件,因此损失了。

So, are there any solutions that are known to date, or information on what to start looking into? I think I ve made a good point at the possibilities. I read this thread, Domain Access SSO but am uncertain to what version it pertains to (Drupal. DA, SSO or otherwise). It looks like the "Solution" is to create a master table set with users and permissions, then share those across the domains? How might this work if there are already multiple sites created under Domain Access? Would you clone and rebuild the entire installation, or would you need to start from scratch? It really raises more questions than answers. I contacted the author with no response, so the questions still stand.

任何意见都表明,谁会受到极大赞赏,我刚刚需要一个起点来滚动球。 感谢大家。

最佳回答

I m the author of the Domain Access SSO article mentioned in the original question. I don t recall being contacted about it, but then again I recently learned that my "contact" page on bleen.net hasn t been working in a while... but anyway, here is a bit of info:

该员额提到了第六博士(SSO)模块6.x-1.0-rc1和域网接入模块6.x-2.0(我认为)。 这一解决办法基本上围绕建立两个单独的不间断装置,一个是主机,另一个是客户(可以是多个客户)。 基本上,所发生情况是,所有茶叶客户的必要用户表被指向主。 在这样做时,主人(基本上)变成了一个只持有和核实用户数据的空壳场。

Hope that makes sense and/or helps... to be honest i havent looked at that code in a long while now.

问题回答

SAML is a good option. Check this module to integrate it with drupal:

http://drupal.org/project/simplesamlphp_auth

If you need a demo with this plugin working check this.





相关问题
Decoding http response with certificate

I m new to php and I need to authenticate to a SSO server. The SSO server is a .Net one, using a SSL certificate. When I go back from the SSO server, the response is encoded. I have the key of the ...

understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I ve been asked to use Single Sign on using SAML2 (where I would be the service provider and my client would be the identity provider). The best ...

Showing a secure password dialog on a web page

I ve built a Single-Sign-On system for our web network. It works like this: User clicks a login link on the site he wants to log in to (the "Unsafe Site"). The unsafe site s ID is passed in the URL. ...

Generate SAML 1.1 (and possibly 2.0) assertions

I m looking for a very easy and quick way to generate some SAML assertions. This is only going to be used for testing (using SOAP UI). So I just need something that can generate a valid assertion, ...

Cookie based SSO

How can I implement a cookie based single sign on without a sso server? I would to share the user logged in across multiple applications using only a cookie on the browser. In my mind it s working ...

热门标签