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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiple id fields in SAML identity provider
Include client_id in authlib logout URL since some OIDC providers mayrequire this
Allow setting timeout for authlib token requests (default: 10 seconds)
Add new MULTIPASS_HIDE_NO_SUCH_USER config setting to convert NoSuchUser exceptions to InvalidCredentials to avoid disclosing whether a username is valid
Include the username in the identifier attribute of the InvalidCredentials exception so applications can apply e.g. per-username rate limiting