single-sign-on

Same webserver, same drupal, same db, single sign on?

前提是你 提交于 2019-12-24 17:24:04
问题 I have a webserver with a drupal 7 installed on. Many primary domains are pointing to this webserver (es domain1.com, domain2.com) and each domain is see the same website. But if i log in into one (domain1.com) when i visit the domain2.com i'm not logged in. I know that is a domain cookie problem, but there is a way to generate the cookie for a list of domain when i register/log in? Hope that someone can help me 回答1: Here my module developed for getting a SSO system working with Drupal and

Implementing SSO into Joomla 3 to gain access to the website

人走茶凉 提交于 2019-12-24 16:13:06
问题 I have been asked to create an internal intranet. One of their criteria is to allow employees to access the site using Google SSO. This isn't to log into the backend, it is purely to gain access to the site. I am creating it in Joomla 3. Can anyone advise how I would go about this? Thanks 回答1: I think the best approach is adding Joomla SAML capabilities. There is a Joomla3.3 SAML plugin [1] that you can use to connect with Google (Google will act as Identity Provider) [2] Then you may add

Running two Django Apps on Apache with mod_auth_sspi and mod_wsgi

寵の児 提交于 2019-12-24 13:42:32
问题 I've been running one Django app with Single Sign-On enabled by mod_auth_sspi using mod_wsgi. Apache/2.2.21 (Win32) mod_wsgi/3.3 Python/2.7.2 mod_auth_sspi/1.0.4 Problem is, that I can't add second Django app, which uses the same modules, because I want to use Single Sign-On too. If I add second app, Apache authenticates only the first requested app. The second one throws Error 500 - Internal server error. If I restart Apache and try to request second app at first, it works. But then when I

Apps Marketplace SSO

ぐ巨炮叔叔 提交于 2019-12-24 13:27:37
问题 We have a Google Apps Marketplace App (that is also available as a consumer App in the Chrome Webstore). We are have the following problems with SSO: 1) We are using the following OAuth2 scopes: openid profile email https://www.googleapis.com/auth/drive.install https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/drive.readonly in the redirect to https://accounts.google.com/o/oauth2/auth 3) I cannot enter the scopes openid profile email into the Google Apps Marketplace

Using asp.net, how do I redirect a user and change the POST data at the same time?

会有一股神秘感。 提交于 2019-12-24 12:34:58
问题 I have a single sign-on solution, meaning that the user will login to one site and be redirected to another. When I redirect the user I want to pass along a key that can be used to verify the user's authentication status. Most of the examples of single sign-on I read show the login site passing the encrypted key has a query string value. I don't think this is a very good solution because it's not very REST-ful or whatever you want to call it. Instead I'd like to pass the encrypted key in the

Seam: login using external SSO application

最后都变了- 提交于 2019-12-24 12:24:03
问题 I have a Seam application that have to use an external one to login. The logic is as follows: My app sends user to external SSO URL User does what it takes to authenticate there On success, the external app redirects user back to my app with a random token My code should contact the external app via HTTP with the passed token and get complete user information in return Pretty straightforward. But I'm stuck. The redirect is coming to /seam/resources/token. I intended to get Identity from the

oAuth2 php Server Library: how to integrate it?

可紊 提交于 2019-12-24 06:48:36
问题 I'm trying to integrate oAuth2 in my website. I'm using the library of bShaffer on GitHub: https://github.com/bshaffer/oauth2-server-php I've seen some screencasts about how oAuth2 works and so on, so I know enough things. But what I don't really understand is: how do I pass the username/email or other data about the user? I mean: my website will be the identity provider and I need to authenticate the user to another website. Now, when the user logs in, how do I pass its username or something

Joomla ACL integration

我们两清 提交于 2019-12-24 05:21:23
问题 Does anyone know of any way to integrate with Joomla ACL, specifically create users and log users in programatically within a custom component's controller and modules. I've scoured Google but either am asking the wrong questions, no one has documented how to do it, or it's not possible (which I don't believe!) Why you may ask?! - I am developing a single sign on application for a component that must log a user into several API's when they sign in. Unfortuanetly my client also wants this to

Single Sign-on - MVC3 and Webforms

◇◆丶佛笑我妖孽 提交于 2019-12-24 04:54:09
问题 I've got 2 applications: a webforms app running .Net 3.5 on IIS6 at subdomain.domain.com, and a MVC3 app running .Net 4 on IIS7 at subdomain2.domain.com. This helped a lot but it's still not working. Both apps successfully save the auth cookie at domain.com but neither will read the other app's cookie. In fact, logging into one app will log me out of the other because it overwrites the auth cookie the other had set. 回答1: Besides requiring identical keys and auth name, there is another issue

Integrating Django and .Net applications using Single Sign On (SSO)

偶尔善良 提交于 2019-12-24 04:09:33
问题 We have heterogeneous systems consisting of Django and .Net web applications. I primarily work on Django.Is it possible to integrate these heterogeneous systems using Single Sign On ? Any ideas in this regard would be truly appreciated. Thank You 回答1: We implement OpenID at our company in a way that the only trusted openid provider is ourself. Because of this, the user doesn't have to use anything special to log into a website. They just click a login button and it pops them over to the main