You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to use totp in combination with opnsense and Authentik
Authentik as the ldap and totp backend inside of opnsense.
The default ldap+totp configuration of Opnsense for Openvpn is having an ldap backend and getting the totp from inside opnsense's User Settings
I would like to have opnsense validating the password and the totp token against authentik.
The way they do it is having a user submit their password and token in the format of <password>;<token> (password and token separated by a semicolon)
When using Openvpn GUI with 'static-challenge "TOTP Code" 1' it prompts the user for a password and for a token. (thats how i want the users to be prompted)
Openvpn GUI now submits both in the format of <totp><password>
What i want to have is either Openvpn GUI OR Authentik supporting the others default setting.
So in this case i would like to have an option to get the submitted format into ;
i requested the format (or rather format options) for Authentik here for reference: goauthentik/authentik#12209
The text was updated successfully, but these errors were encountered:
The way they do it is having a user submit their password and token in the format of ;
This is not going to happen as there is no end to these kind of hacks. Ask "them" to support an existing protocol instead of inventing yet another one. See also discussion in #701.
Hey, I want to use totp in combination with opnsense and Authentik
Authentik as the ldap and totp backend inside of opnsense.
The default ldap+totp configuration of Opnsense for Openvpn is having an ldap backend and getting the totp from inside opnsense's User Settings
I would like to have opnsense validating the password and the totp token against authentik.
The way they do it is having a user submit their password and token in the format of <password>;<token> (password and token separated by a semicolon)
When using Openvpn GUI with 'static-challenge "TOTP Code" 1' it prompts the user for a password and for a token. (thats how i want the users to be prompted)
Openvpn GUI now submits both in the format of <totp><password>
What i want to have is either Openvpn GUI OR Authentik supporting the others default setting.
So in this case i would like to have an option to get the submitted format into ;
i requested the format (or rather format options) for Authentik here for reference: goauthentik/authentik#12209
The text was updated successfully, but these errors were encountered: