flask-multipass icon indicating copy to clipboard operation
flask-multipass copied to clipboard

Multi-backend authentication system for Flask

Results 13 flask-multipass issues
Sort by recently updated
recently updated
newest added

OIDC logout requests have an `id_token_hint` parameter. This parameter is not required, but recommended by spec and some providers may not be able to properly terminate a user session if...

In the SAML provider, it would be great if Groups were implemented. IIUC, there could be code in the saml identity provider that reads a group membership from the SAML...

One user is now actively using our Indico installation based on $ git log --no-decorate --oneline -1 c6b5a3042a Fix showing nonbookable period outside admin UI Just now, the logger sent...

bug

**Problem Description** During the authentication procedure against our identity provider using the shibboleth method, one gets back a list of attributes including among others like `Eppn`, `Cn`, `Givenname`, `Sn` the...

enhancement

Add exceptions for letting applications handle more easily problems regarding connecting with auth/identity providers.

enhancement

`Identity.identifier`, while being the **uid** in the identity provider it is also quite meaningless when displayed to users (i.e. For Github, it is a numeric id instead of the username)....

enhancement

Especially for things like LDAP connections errors where we want to show a simple error to the user but need the actual exception in the logfile so admins/developers can figure...

enhancement

Mostly for form-based login systems this would be useful to prevent people from guessing/brute-forcing passwords.

There should be some signals for events like "authentication failed" and "authentication successful". This would make it easy for an application to log those events (or forward them to systems...

enhancement

Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.1 to 1.10.2 Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and #258, @​facutuesca💰...

dependencies