https://github.com/glocktober/flasksamlsp
A Flask blueprint providing SAML2 service provider implementation to Flask apps
https://github.com/glocktober/flasksamlsp
authentication authorization flask flask-blueprints python3 saml-service-provider saml2
Last synced: 2 months ago
JSON representation
A Flask blueprint providing SAML2 service provider implementation to Flask apps
- Host: GitHub
- URL: https://github.com/glocktober/flasksamlsp
- Owner: Glocktober
- License: mit
- Created: 2022-02-27T18:07:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T17:54:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T13:04:16.268Z (3 months ago)
- Topics: authentication, authorization, flask, flask-blueprints, python3, saml-service-provider, saml2
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FlaskSamlSP
**FlaskSamlSP** is a Python module for the [Flask web framework.](https://palletsprojects.com/p/flask/) providing [an implementation of a SAML *Service Provider* for **Flask** web apps](docs/READMESP.md). This permits bottle apps to authenticated with a SAML Identity Provider (IdP).
The goal of this module is to provide easy to use tools for using SAML identity management platforms in Flask apps.