v0.26.1
Changes
Upstream Auth Provider Query Params
Some upstream auth providers need custom query params appended to their authorization endpoint URL.
Rauthy will now accept URLs in the auth provider config with pre-defined query params, as long as they
don't interfere with OIDC default params.
Option Log Fmt as JSON
To make automatic parsing of logs possible (to some extent), you now have the ability to change the logging output from
text to json with the following new config variable:
# You can change the log output format to JSON, if you set:
# `LOG_FMT=json`.
# Keep in mind, that some logs will include escaped values,
# for instance when `Text` already logs a JSON in debug level.
# Some other logs like an Event for instance will be formatted
# as Text anyway. If you need to auto-parse events, please consider
# using an API token and listen ot them actively.
# default: text
#LOG_FMT=text
Bugfix
- With relaxing requirements for password resets for new users, a bug has been introduced that would prevent
a user from registering an only-passkey account when doing the very first "password reset".
de2cfea
Images
Postgres
ghcr.io/sebadob/rauthy:0.26.1
SQLite
ghcr.io/sebadob/rauthy:0.26.1-lite