Top "Saml" questions

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

Getting Started with SAML and PHP

I'm beginning work on adding SAML SSO support to a project and am looking for any helpful resources specifically geared …

php single-sign-on saml
How to create public and private key with openssl?

My question is how to create a public key and private key with OpenSSL in windows and how to put …

openssl rsa digital-signature saml
Reading an X.509 certificate with Java

I am trying to use Java to read a certificate that I received from an external party. The code is …

java certificate saml
REST API authentication with SAML

I'm struggling to design a SAML2.0 authentication for a REST API using a gateway. REST is used between my backend …

java rest session saml saml-2.0
How to use the metadata file (saml2)

I am working on a project that needs to be integrating SAML2.0. I was thrown into this project suddenly, i …

saml
Sample .NET code for a SAML Identity Provider

I'd like to use SAML to allow authenticated users of a website to login to other federated sites. In single …

.net documentation single-sign-on saml
How to created signed AuthNRequest?

I am interfacing with an IDP and have a basic AuthNRequest created as follows: <samlp:AuthnRequest xmlns:samlp="urn:…

x509certificate saml saml-2.0 signing
How should I be implementing the HTTP POST Protocol Binding for SAML WebSSO Profile?

I've implemented my Service Provider and Identify Provider following the SAML Profile for Web SSO using HTTP POST Protocol Binding. …

redirect http-post saml post-redirect-get
SecurityTokenInvalidAudienceException: IDX10214: Audience validation failed

I'm developing an ASP.NET Core 2 app using Identity and Sustainsys.Saml2 (for SAML auth). I've made the necessary configurations …

c# asp.net-core saml sustainsys-saml2
Is it recommended to Sign and Encrypt SAML AND use SSL?

Is it necessary to encrypt a SAML request if I am signing it with a my private key and sending …

encryption ssl saml sign x509