Top "Saml" questions

Security Assertion Markup Language (SAML) is a standard for logging users into applications based on their sessions in another context.

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
How to Load RSA Private Key From File

I am working on a test harness for a SAML 1.1 Assertion Consumer Service. The test must generate a signed SAMLResponse …

java rsa saml
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: Why is the certificate within the Signature?

I have to implement SSO with SAML for my company's website (as the relying party). An essential part off course …

certificate signature saml
What is the difference between OpenID and SAML?

What is the difference between OpenID and SAML?

openid saml
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
SAML vs federated login with OAuth

What's the difference between SAML and federated login with OAuth? Which solution makes more sense, if a company wants to …

authentication oauth saml
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
LDAP vs SAML Authorization

I'm currently investigating moving an asset tracking system from LDAP to SAML. There are two main areas where our software …

authentication ldap authorization saml