Skip to content

SAML Service Provider and Auth modules for the Bottle Framework

License

Notifications You must be signed in to change notification settings

Glocktober/BottleSaml

Repository files navigation

BottleSaml

BottleSaml is a Python module for the Bottle web framework. providing SamlSP() - an implementation of a SAML Service Provider for Bottle web apps. This permits bottle apps to authenticated with a SAML Identity Provider (IdP).

This module can be used on it's own, or combined with BottleAuth. BottleAuth provides path and route authentication and authorization tools.

Both modules in BottleSaml rely on persistent session data in the form of a Python dict accessed off the Bottle request object (i.e. request.session). By default BottleSaml will use the BottleSessions module to provide this - but any session middleware that can add a session dict to the request object can be used.

The goal of this module is to provide easy to use tools for using SAML identity management platforms in Bottle apps.

About

SAML Service Provider and Auth modules for the Bottle Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages