Skip to content
Discussion options

You must be logged in to vote

Account management does work with native authentication, as of a fix that landed on main a 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 with TUWUNEL_OIDC_NATIVE_AUTH set 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:

docker pull jevolk/tuwunel:main

docker run -d -p 8448:8008 \
    -v db:/var/lib/tuwunel/ \
    -e TUWUNEL_SERVER_NAME="your.server.name" \
    -e TUWUNEL_OIDC_NATIVE_AUTH=true \
…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@user33341
Comment options

Answer selected by user33341
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants