Category "saml-2.0"

How to get metadata xml for SAML IdP initiated SSO

I need to get metadata xml for my SSO IdP initiated. How can I get or create it? I am using LightSaml.

SAML authentication in OpenSerch giving error "Could not find IDPSSODescriptor" with keycloak

I am getting error below while integrating keycloak with OpenSearch (kibana). Is there any settings needed on keycloak side? The error says "Could not find IDP

curl lib in php needs html button click

I am trying to open a SAML xml endpoint with the following PHP code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$URL); curl_setopt($ch, CURLOPT

SAML2 Authentication using ASP.NET with ADFS Federation meta data

I am trying to implement the SAML2 authentication from ASP.NET Web Application(SP)(.Net Framework 4.0) with ADFS(IdP). I had integrated SAML2.o nugget and tried

SAML SP Metadata XML SSO, Recipient and Destination URLs

In Okta we have the ability to specify different URLs for the SSO, Recipient and Destination URLs in the applications UI like so: We have a custom URL where

SAML Attribute Mapping for Aws Cognito - Signup or Signin works but not both

I have setup my GSuite account as a SAML iDP for Cognito User Pools (not identity pools). If i provide no attribute mappings a new user trying to signup via GS

How to specify CryptoComply algorithm provider in new Spring SAML2?

Our identity provider uses keys and certificates in the BCFKS format. To use that format in key tool we specify the CryptoComply algorithm (not service) provid

Howto disable signature verification in Spring Security SAML 5.6.1?

I'm currently migrating from old deprecated Spring Security SAML Extension 1.0.10 to the SAML implementation in Spring Security 5.6.1. In the old extension ther

InvalidSignatureException: Signature is invalid

I am trying to use ITFoxtec-saml with Auth0 as IdP. But on ACS, I am getting following error: ITfoxtec.Identity.Saml2.Cryptography.InvalidSignatureException: S

Logging into SAML/Shibboleth authenticated server using python

I'm trying to login my university's server via python, but I'm entirely unsure of how to go about generating the appropriate HTTP POSTs, creating the keys and c