Top "Single-sign-on" questions

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

C# ASP.NET Single Sign-On Implementation

I am tasked with implementing single sign-on for our customers as part of our next release. The flow exists as …

c# asp.net single-sign-on
Differences between SP initiated SSO and IDP initiated SSO

Can anyone explain to me what the main differences between SP initiated SSO and IDP initiated SSO are, including which …

single-sign-on adfs2.0 openam
What are the different NameID format used for?

In SAML metadata file there are several NameID format defined, for example: <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</…

single-sign-on saml opensaml
Single Sign On across multiple domains

Our company has multiple domains set up with one website hosted on each of the domains. At this time, each …

authentication single-sign-on
SSO with CAS or OAuth?

I wonder if I should use the CAS protocol or OAuth + some authentication provider for single sign-on. Example Scenario: A …

security oauth single-sign-on cas
SAML simple example for beginners

I am beginner to the SAML v2.0 technology and I get the theory knowledge but I didn't find any examples …

java security single-sign-on saml-2.0
What is exactly RelayState parameter used in SSO (Ex. SAML)?

I am trying to understand SSO using SAML. I have come across the RelayState parameter and am very confused exactly …

single-sign-on saml saml-2.0
How to Implement SSO on existing tomcat web application

I have a tomcat 7 setup with oldApp.war and newApp.war deployed on it. Both the applications share the same …

java spring tomcat7 single-sign-on
SAML 2.0: How to configure Assertion Consumer Service URL

I am implementing a SAML 2.0 Service Provider which uses Okta as the Identity Provider. I would like to configure the …

single-sign-on saml
Web SSO using Java and SAML 2.0

I'd like to write a web application which does the authentication using SAML 2.0 tokens, issued by an identity provider. I …

java single-sign-on saml