Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.89 KB

CHANGELOG.rst

File metadata and controls

72 lines (51 loc) · 2.89 KB

Changelog

0.8.0 (2022-02-15)

  • Allow usage of other config classes in SoloConfigMixin (3f9c1d)

0.7.2 (2022-01-11)

  • Fix caching issues caused by OpenIDConnectConfig.get_solo in backend initialization (ebb67c)
  • Rename imported SessionRefresh in middleware to avoid conflicting names (a6c4f6)

0.7.1 (2021-11-29)

  • Fix verbose_name/help_text in username_claim migration (d888d8)

0.7.0 (2021-11-29) YANKED

  • Add configurable username claim (defaults to sub) (ea07b3)

0.6.0 (2021-11-26)

  • Add configurable glob pattern for groups sync, to only sync groups that match the pattern (f325fe)
  • Fix OIDC config form for users with readonly access (99aeb4)

0.5.0 (2021-09-13)

  • Pin mozilla-django-oidc to >=1.0.0, <2.0.0 (due to compatibility issues) (f50408)
  • Adapt admin form to allow configurable endpoints that must be derived from discovery endpoint (07203f)

0.4.0 (2021-08-16)

  • Allow claim mappings to be configured via admin.
  • Allow group synchronization between role claims and Django groups.
  • Allow added users to be promoted to staff users directly.
  • Fixed missing INSTALLED_APP in the testproject.

0.3.0 (2021-07-19)

  • Add derivation of endpoints via OpenID Connect discovery endpoint (029c6e)
  • Add fieldsets for OpenID Connect configuration admin page (18aae5)

0.2.1 (2021-07-06)

  • Fix variable name MOZILLA_DJANGO_OIDC_DB_CACHE_TIMEOUT to be the same as in the README

0.2.0 (2021-07-06)

  • Initial release