Skip to content

Releases: magda-io/magda-auth-oidc

v2.0.4

07 Sep 06:42
Compare
Choose a tag to compare

What's Changed

  • #14 add forceEnableLogoutEndpoint config option for the use case where auth0 users use custom domains

Full Changelog: v2.0.3...v2.0.4

v2.0.3

18 Aug 08:18
Compare
Choose a tag to compare

What's Changed

  • Add autoMapOrg feature to map user to Magda orgUnit based on org_name claim.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

04 Aug 13:28
Compare
Choose a tag to compare

What's Changed

  • #8: allow specify the default Magda role id that the user should be granted when logged in for the first time

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Aug 11:47
Compare
Choose a tag to compare

What's Changed

  • #6 add OpenID Connect RP-Initiated Logout 1.0 support
  • allow specify the default Magda orgUnit id for first time logged in users

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Aug 01:27
Compare
Choose a tag to compare

What's New

  • Upgrade nodejs to version 14
  • Upgrade other dependencies
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
  • Upgrade magda-common chart version to v2.2.5
  • Build multi-arch docker images
  • add support to allowedExternalRedirectDomains config options
  • not set deployment replicas when autoscaler is on

Full Changelog: v1.2.1...v2.0.0

v2.0.0-alpha.0

01 Aug 12:32
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

What's New

  • Upgrade nodejs to version 14
  • Upgrade other dependencies
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
  • Upgrade magda-common chart version to v2.2.5
  • Build multi-arch docker images
  • add support to allowedExternalRedirectDomains config options
  • not set deployment replicas when autoscaler is on

Full Changelog: v1.2.1...v2.0.0-alpha.0

v1.2.2-alpha.0

13 Oct 06:54
Compare
Choose a tag to compare
v1.2.2-alpha.0 Pre-release
Pre-release
  • Fixed #1, timeout setting didn't apply to all HTTP connections

v1.2.1

13 Oct 04:16
Compare
Choose a tag to compare
  • Upgrade to magda-common lib chart v1.0.0-alpha.4
  • Use named templates from magda-common lib chart for docker image related logic

v1.2.0

16 Sep 07:00
5ac6b6e
Compare
Choose a tag to compare

This release is for making the plugin compatible with Magda v1.0.0 or later while still backwards compatible with earlier versions.

  • Change the way of locate session-db secret to be compatible with Magda v1 (still backwards compatible with earlier versions)
  • Avoid using .Chart.Name for image name --- it will change when use chart dependency alias
  • Adjustments to allow auth plugin to be used multiple times in a Magda deployment for different idPs (via Helm Chart Alias).

v1.2.0-alpha.2

08 Sep 04:30
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release
  • Change the way of locate session-db secret to be compatible with Magda v1 (still backwards compatible with earlier versions)
  • Avoid using .Chart.Name for image name --- it will change when use chart dependency alias
  • Adjustments to allow auth plugin to be used multiple times in a Magda deployment for different idPs (via Helm Chart Alias).
  • Bug fixes