Top "Saml" questions

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

SAML 2.0 SSO for Ruby on Rails?

Where can I dig up a Ruby or Ruby on Rails library for SAML 2.0 SSO. I have a set of …

ruby-on-rails ruby authentication single-sign-on saml
How to validate ADFS SAML token

I am currently generating SAML tokens from ADFS like this: WSTrustChannelFactory factory = null; try { // use a UserName Trust Binding for …

c# validation saml adfs
Spring Security SAML Implementation

I am starting with new Spring project where i am planning to use SSO. I have red the blogs and …

java spring-mvc saml spring-saml
understanding Shibboleth and SAML

I have a Drupal site I am standing up for a client. I've been asked to use Single Sign on …

security single-sign-on saml shibboleth
SAML NameId Policy

I am new to the concept of Single Sign On(SSO). I came to know that SAML request and response …

saml
How can i restrict client access to only one group of users in keycloak?

I have a client in keycloak for my awx(ansible tower) webpage. I need only the users from one specific …

single-sign-on saml keycloak idp
SAML LogOutRequest processing failed on ADFS server

I have ADFS server as an IdP. I have separate SP application. These are defined in circle of trust. SSO …

saml saml-2.0 adfs2.0 adfs federation
No IDP was configured, please update included metadata with at least one IDP

I'm trying to execute Spring Security SAML Sample application following all steps referenced here : http://docs.spring.io/autorepo/docs/…

spring security saml spring-saml
Create SAML Authentication request using WIF

It seems most of the WIF information out there is useful for enabling federated authentication across entire applications. I'm interested …

c# .net saml wif federated-identity
What is the purpose of SAML 2 Subject Name Identifier?

When doing authn against a SAML 2 IdP, what does the Subject Name Identifier supposed to be for? Does it track …

single-sign-on saml saml-2.0 shibboleth