Single sign-on, a system for sharing authentication credentials between different systems
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-onCan anyone explain to me what the main differences between SP initiated SSO and IDP initiated SSO are, including which …
single-sign-on adfs2.0 openamIn SAML metadata file there are several NameID format defined, for example: <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</…
single-sign-on saml opensamlOur company has multiple domains set up with one website hosted on each of the domains. At this time, each …
authentication single-sign-onI 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 casI 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.0I 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.0I 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-onI am implementing a SAML 2.0 Service Provider which uses Okta as the Identity Provider. I would like to configure the …
single-sign-on samlI'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