Skip to content

v0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 12:23
· 9 commits to master since this release
v0.7
  • 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