Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openvpn authentication with otp as suffix #8057

Closed
wants to merge 2 commits into from

Conversation

tsdogs
Copy link

@tsdogs tsdogs commented Nov 13, 2024

Authentication server as Local and LDAP with TOTP have an option which permits to enter the TOTP code after the password (default is as prefix)

In this case if you enable the TOTP question in Openvpn Client (static-challenge) the authentication fails as the PIN is presented as prefix and not as a suffix.

I currently have many configurations where static-challenge is not enabled and thus the users write the password and the PIN in the password input on the client.
Migrating to support the static-challenge would require them to be changed all at the same time.

I propose the move of the check (and how the password is composed) based on the Authentication method settings.

@fichtner
Copy link
Member

#8058

@fichtner fichtner closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants