Top "Single-sign-on" questions

Single sign-on, a system for sharing authentication credentials between different systems

Implementing Single Sign On (SSO) using Django

I would like to use Django for implementing Single Sign On (SSO) for multiple applications that we currently use. How …

python django single-sign-on
How to use Windows login for single-sign-on and for Active Directory entries for Desktop Java application?

I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two …

java active-directory single-sign-on windows-authentication
Cross Domain Login - How to log a user in automatically when transferred from one domain to another

We offer a number of online services. We are required to develop a system which provides a quick/simple experience …

security authentication dns single-sign-on
Can you recommend a SAML 2.0 Identity Provider for test?

I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the …

testing single-sign-on saml
Authenticate Windows Authentication using Javascript

I have to transfer my client from one website to another website. This happens in client side. In this 2nd …

javascript windows-authentication basic-authentication single-sign-on client-side-scripting
SAML/ADFS node.js implementation guide?

I'd like to preface this by saying that until now, I hadn't even HEARD of SAML, much less developed a …

node.js single-sign-on saml-2.0 adfs
How to programmatically login to j_security_check

I have a JSP web application which uses j_security_check. Is it possible to login a specific user to …

java jsp single-sign-on j-security-check
Cookie based SSO

How can I implement a cookie based single sign on without a sso server? I would to share the user …

single-sign-on
Single Sign On [SSO] across different domains using Java

We are implementing Single Sign On [SSO] across multiple applications, which are hosted on different domains and different servers. Now …

java authentication servlets single-sign-on multiple-domains
Getting Started with SAML and PHP

I'm beginning work on adding SAML SSO support to a project and am looking for any helpful resources specifically geared …

php single-sign-on saml