1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python3-onelogin-saml2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Chris MacNaughton <chris.macnaughton@ubuntu.com>,
James Page <james.page@ubuntu.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-freezegun,
python3-isodate (>= 0.6.1),
python3-lxml,
python3-poetry-core,
python3-pytest,
python3-xmlsec (>= 1.3.12),
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/onelogin/python3-saml
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-onelogin-saml2
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-onelogin-saml2.git
Package: python3-onelogin-saml2
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: OneLogin SAML single sign-on Python toolkit
Security Assertion Markup Language (SAML) is a standard for logging users into
applications based on their sessions in another context.
.
This library enables a developer to add single sign-on (SSO) for their
app via any identity provider that offers SAML authentication.
|