|
Tuwunel 1.8.2 with Element X 26.07.1 offers Account Management in the settings, which was not present in 1.7.1. However the link to matrix.domain.com/_tuwunel/oidc/account shows an error: In my config, TUWUNEL_OIDC_NATIVE_AUTH is set to "true" but there is no upstream Identity Provider configured. Is Account Managment with Native Authentication possible? |
Replies: 1 comment 1 reply
|
Account management does work with native authentication, as of a fix that landed on You can pick it up from the main branch image in the meantime: If you already have this running under compose or a systemd unit, point the image at We expect 1.8.3 early this week, which will carry the fix into Sorry for the confusion this caused, and thanks for your patience. |
Account management does work with native authentication, as of a fix that landed on
maina few days after 1.8.2 was tagged. In 1.8.2 we advertised the account management URL to clients unconditionally, but the handler behind it only knew how to redirect to an upstream identity provider, so withTUWUNEL_OIDC_NATIVE_AUTHset and nothing else it could only report that no provider was configured. It now serves the native login page for that flow instead.You can pick it up from the main branch image in the meantime: