Top "Saml" questions

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

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's the difference between ADFS, WIF, WS Federation, SAML, and STS?

These are numerous technologies and buzzwords used for single sign-on with Microsoft services. Can someone explain ADFS, WIF, WS Federation, …

single-sign-on wif saml adfs ws-federation
Service providers with SAML version 2 for SSO accessible to public?

I'm wondering if there are any publicly available SAML version 2 SPs (Service Providers) that can be used to test SSO(…

testing single-sign-on saml service-provider
How to implement SAML SSO

How is SAML SSO typically implemented? I've read this (n.b. obsolete) about using SAML with Google Apps, and the …

java security single-sign-on saml
How To Become a SAML Service Provider

My company currently develops a Java web application. A couple of our clients have internal SAML servers (identity providers?) and …

security authentication saml
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
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
Difference between JWT and SAML?

What are the main difference between JWT (Json Web Token) and SAML? Please suggest me any example of these with …

saml jwt
How to validate a SAML signature value

I have a customer who is sending a Security key. The encryption they are using is triple DES. Every Assertion …

digital-signature saml assertion
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