Releases: magda-io/magda-auth-oidc
Releases · magda-io/magda-auth-oidc
v2.0.4
v2.0.3
What's Changed
- Add
autoMapOrg
feature to map user to Magda orgUnit based onorg_name
claim.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
v2.0.0
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
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
- Fixed #1, timeout setting didn't apply to all HTTP connections
v1.2.1
v1.2.0
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
- 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