github sevensolutions/traefik-oidc-auth v0.12.0

latest releases: v0.15.0, v0.14.0, v0.13.0...
3 months ago

What's Changed

Breaking Changes

There is a small breaking change.
When users are authenticated but unauthorized, because of your authorization config, the returned status code will now be a 403 (Forbidden) instead of a 401 (Unauthorized).
According to the standard a 403 is more appropriate for this case.

So this means:

Action Returned Status Code
User is not logged in 401 Unauthorized
User is logged in but not authorized 403 Forbidden
User is logged in and authorized 200 or whatever the upstream service is returning

New Contributors

Full Changelog: v0.11.0...v0.12.0

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

NewReleases is sending notifications on new releases.