Top "Saml-2.0" questions

Security Assertion Markup Language 2.0 (SAML 2.0) is a standard providing means to exchange authentication and authorization data between security domains.

Working with SAML 2.0 in C# .NET 4.5

I am trying to use pure .NET (no external classes, controls, helpers) to create a SAML message. I found some …

c# .net saml saml-2.0
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
What to present at SAML EntityID URL?

I am trying to implement a SSO that is provided by another website. The instructions ask me to enter "issuer" …

saml saml-2.0
What is the purpose of a SAML Artifact?

I've seen a bunch of flow chart on how it is passed around between Identity Provider (IdP), Service Provider (SP), …

saml saml-2.0 opensaml
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
Are SAML tokens cache/stored anywhere on the browser?

Scenario: Browser(User) requests resource from Service Provider (SP). SP Redirects (with SAML Request) to Identity Provider (IdP). Since it …

saml saml-2.0
How should I implement SAMLP 2.0 in an ASP.NET MVC 4 service provider?

I'm developing an MVC 4 web application in C# and want to handle login using an existing SAML 2.0 identity provider. I …

c# asp.net .net asp.net-mvc saml-2.0
ASP.Net Core SAML authentication

I am trying to add SAML 2.0 authentication to an ASP.Net Core solution. I can't find any documentation on the …

asp.net-core saml-2.0
Create SAML Assertion and Sign the response

I have a Java web application. I want to implement SAML Single-Sign-On login for my application. I have got this …

java single-sign-on saml-2.0 opensaml