Here are
166 public repositories
matching this topic...
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Updated
Aug 24, 2020
Java
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Updated
Aug 25, 2020
Java
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Updated
Jul 29, 2020
Python
🔐 Node.js API for Single Sign On (SAML 2.0)
Updated
Jul 23, 2020
TypeScript
Python implementation of SAML2
Updated
Aug 11, 2020
Python
Simple SAML Identity Provider (IdP) for Node
Updated
Jul 15, 2020
JavaScript
A mock IDP and SP using the OpenSAML library
SimpleSAMLphp low-level SAML2 PHP library
An Apache module with a simple SAML 2.0 service provider
Shibboleth auth request module for nginx
Process credential providers for AWS SDKs and Tools
Updated
Feb 10, 2020
Python
A maintenance fork of the original and no longer maintained djangosaml2 library.
Updated
Aug 14, 2020
Python
DDF Distributed Data Framework - an open source, modular integration framework.
Updated
Aug 25, 2020
Java
Python XML Signature library
Updated
Jun 21, 2020
Python
OpenID Connect support for the Shibboleth Identity Provider v3
Updated
Jan 31, 2020
Java
CipherIDaaS —— Open-source IDaaS/IAM product by CipherChina , Hangzhou .
A SAML 2.0 middleware for ASP.NET Core
Reference implementation of SSO via the SAML Identity to Service Provider initiated HTTP POST Binding
🔒 App for authenticating Nextcloud users using SAML
SAML2 SP Symfony Bundle based on LightSAML
SAML 2.0 Identity Provider in Django
Updated
Jul 31, 2020
Python
A SAML 2.0 Plugin for the Jenkins Continuous Integration server
Updated
Aug 13, 2020
Java
SAML2.0 WebSSO with angular app
Updated
Mar 29, 2018
Java
Spring Security module to authenticate against ADFS using SAML2 protocol
Updated
Jan 10, 2019
Java
IdentityServer 4 implementation acting as SAML 2.0 IdP and SP
Improve this page
Add a description, image, and links to the
saml2
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
saml2
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello,
Just tried the last 2 days to make simpleSaml works with Nginx, and it doen't work with the config showed the doc.
Finally got it working.
The error is a missing line (
fastcgi_param PATH_INFO $pathinfo if_not_empty;
) in the doc (https://simplesamlphp.org/docs/stable/simplesamlphp-install#section_5) that can be seen in the ticket the config is taken from (https://github.com/simple