14
0

Accepting request 982447 from home:bnavigator:branches:devel:languages:python

- Update to 4.3.0
  * Add backend for Hashicorp Vault OIDC backend
  * Add generic OpenID Connect backend
  * Add Grafana OAuth2 backend
  * Add MusicBrainz OAuth2 backend
  * Fixed redirect state for Keycloak backend
  * Add fallback to RSA256 in OpenID Connect when alg is not set
  * Fixed Azure backend so it can be used with all Azure authority
    hosts
- Don't test extra saml for which the distro does not have the right
  packages

OBS-URL: https://build.opensuse.org/request/show/982447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=33
This commit is contained in:
2022-06-14 12:26:54 +00:00
committed by Git OBS Bridge
parent 493ff34785
commit a8d0f4e3f3
4 changed files with 42 additions and 19 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 13 10:44:07 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 4.3.0
* Add backend for Hashicorp Vault OIDC backend
* Add generic OpenID Connect backend
* Add Grafana OAuth2 backend
* Add MusicBrainz OAuth2 backend
* Fixed redirect state for Keycloak backend
* Add fallback to RSA256 in OpenID Connect when alg is not set
* Fixed Azure backend so it can be used with all Azure authority
hosts
- Don't test extra saml for which the distro does not have the right
packages
-------------------------------------------------------------------
Wed Apr 20 09:49:25 UTC 2022 - pgajdos@suse.com