single-sign-on

How to do single sign-on with NodeJS? [closed]

雨燕双飞 提交于 2019-12-20 12:30:51
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . I've got multiple web apps running across multiple domains. I want to implement Single Sign-On, so that a user signs in once to access all apps. How should I implement this? All apps use NodeJS backend. General pointers in the right direction are welcome. 回答1: As your apps are

how to implement single sign on in .Net?

China☆狼群 提交于 2019-12-20 08:55:51
问题 What is the best solution to implement single sign on in a .net application? I have googled and found few solutions but I am not very convinced with those solutions. User logs on website1 and then moves to website2. How website2 will know user has logged in? I guess by passing some token in the url which will be checked by website2 in database for validity. That means I need to marshall all the urls in website1 which takes to website2? Secondly if user continue to browse website2 for say 1

Simple SSO - using custom authentication - CAS or some Oauth or openid server?

二次信任 提交于 2019-12-20 08:37:30
问题 I'd like to know more about the different ways of solving Single Sign-On and their pros and cons. Have you worked with one particular solution, tell me what's good about it and tell me what the limitations or suboptimal parts are. Below are the details of what I'd like to know, or don't understand. SSO is a huge topic, as listed in the wikipedia. The more I learn the more questions I have. First of all, I don't understand the need for token verifications of CAS, what is it good for? Is it

Enterprise Single Sign On

孤者浪人 提交于 2019-12-20 07:46:35
问题 Am searching for Desktop application manage Enterprise Single Sign On (SAML v2, Identity Provider , Service Provider ) 回答1: Here is how i achieved in my enterprise: There could be 2 approaches Use "windows authentication" which can give you actual user trying to access website. Any enterprise application ( assuming it being hosted on Intranet) has integration to Active Directory. This User identity can be authenticated using LDAP server Use OAuth way and use Third party which provide Identity

AUTH_USER vs LOGON_USER vs REMOTE_USER

狂风中的少年 提交于 2019-12-20 03:55:09
问题 I'm wanting to be able to get the information of the logged in user when they come on to our site so they don't need to log in. I've been told that it's only possible in I.E when your on windows IE. once they have signed in with their windows credentials. I've searched the net and all three of these ( $_SERVER['AUTH_USER'] , $_SERVER['LOGON_USER'] , $_SERVER['REMOTE_USER'] ) had been recommended so I'm not sure which one to check. Second of all, I'm using windows server with IIS and no matter

How to cancel facebook login?

吃可爱长大的小学妹 提交于 2019-12-20 03:13:46
问题 I have just added a facebook feature to my mobile game-app and implemented SSO (Single Sign-On) according to the tutorial https://developers.facebook.com/docs/mobile/ios/build/. If the user has not installed facebook's app, SSO launches safari which displays the facebook login page. However, some users may not like to proceed (they may not even have a facebook account). Can I somehow configure SSO to make it possible for the user to roll back and return to the game without logging in to

SAML error for SSO with ADFS - MSIS0038: SAML Message has wrong signature

江枫思渺然 提交于 2019-12-20 01:32:10
问题 Hi I am trying to use SSO to authenticate my client's users directly to my website. My client's IDP is Microsoft ADFS and I am using Passport-SAML (https://github.com/bergie/passport-saml) to configure the SSO process. After getting to a special URL I give my client (example: www.myClient.myCompany.com ), the user (unauthenticated) is as expected redirected to the client login page. After he enters his credential, he remains stuck in login page BUT the SSO work because the user is

How can I imitate Stack Overflows SSO? Particularly where it federates with serverfault.com?

穿精又带淫゛_ 提交于 2019-12-19 18:23:25
问题 How does Stack Overflow's SSO work? ... whatever it is they are doing it seems to work for all sites in the network. I'd like to learn what Stack is doing so I can see if it's possible to get a similar registration scheme between http://perfmon.com and http://eventvwr.com under ADFS. I understand that SAML and OpenID are different animals, but the concept of transparent registration should be the same. Q: How does Stackoverflow "federate" with the other sites such as serverfault? 回答1: OpenID,

How can I imitate Stack Overflows SSO? Particularly where it federates with serverfault.com?

谁都会走 提交于 2019-12-19 18:21:12
问题 How does Stack Overflow's SSO work? ... whatever it is they are doing it seems to work for all sites in the network. I'd like to learn what Stack is doing so I can see if it's possible to get a similar registration scheme between http://perfmon.com and http://eventvwr.com under ADFS. I understand that SAML and OpenID are different animals, but the concept of transparent registration should be the same. Q: How does Stackoverflow "federate" with the other sites such as serverfault? 回答1: OpenID,

iOS SSO with multiple apps

扶醉桌前 提交于 2019-12-19 10:46:08
问题 I've searched for an answer to this question and have been unable to find any answers. I've got a range of iOS apps that I want to use the same Facebook app. The SSO works perfectly with the first app I created and tested on. But all the other fail and get returned an unknown_error. I'm calling: self.facebook = [[[Facebook alloc] initWithAppId:<app id> urlSchemeSuffix:<app suffix> andDelegate:self] autorelease]; This is all working and even when the sign ins are failing I am returned back to