github sevensolutions/traefik-oidc-auth v0.13.0

latest releases: v0.15.0, v0.14.0
2 months ago

What's Changed

Breaking Changes

Starting with version 0.13.0 the plugin will use the IdToken by default for validation.
Make sure all your required claims are mapped into the IdToken.
If you still want to use the AccessToken, configure TokenValidation: "AccessToken" in the provider config.

When using the redirect_uri query parameter of the /login or /logout endpoints you now need to allow the needed urls explicitly by specifying ValidPostLoginRedirectUris and/or ValidPostLogoutRedirectUris.

New Contributors

Full Changelog: v0.12.0...v0.13.0

Don't miss a new traefik-oidc-auth release

NewReleases is sending notifications on new releases.