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
Hello,
Thank you for this security module that is a real blessing, as I finally can try to access my media server from outside my home.
I am trying to add mfa registration, using Authy, when I click on Add after entering the pass code, nothing happens.
@greenpau Thanks for asking.
While trying to configure registration, I added an email provider, and then MFA started working as well.
One issue about registration, is that when a user tries to register, and the registration policy enforces password requirements, the registration form never accepts any password even if it meets the policy requirements. It keeps displaying a message about the password not meeting the requirements.
The same password is accepted on the login page with the same policy requirements. Let me know if I need to open a different issue.
Enrico
One issue about registration, is that when a user tries to register, and the registration policy enforces password requirements, the registration form never accepts any password even if it meets the policy requirements. It keeps displaying a message about the password not meeting the requirements.
Hello,
Thank you for this security module that is a real blessing, as I finally can try to access my media server from outside my home.
I am trying to add mfa registration, using Authy, when I click on Add after entering the pass code, nothing happens.
Configuration
Paste full
Caddyfile
below:{
# http_port 8080
# https_port 8443
debug
}
(tls_config) {
tls {
dns gandi {env.GANDI_API_TOKEN}
}
}
... {
import tls_config
route /auth/* {
authenticate with myportal
}
route /jellyfin/* {
authorize with users_policy
reverse_proxy 127.0.0.1:8096
}
route /admins* {
authorize with admins_policy
respond * "admins" 200
}
route /myapp* {
respond * "myapp" 200
}
route {
authenticate with myportal
}
log {
output file /var/log/caddy/kadeki-portal.log {
roll_size 10MiB
roll_keep 10
roll_keep_for 2160h
}
}
}
Version Information
Provide output of
caddy list-modules -versions | grep git
below:caddy v2.6.4
dns.providers.gandi v1.0.2
http.authentication.providers.authorizer v1.1.19
http.handlers.authenticator v1.1.19
security v1.1.19
Expected behavior
The application should log me in as it does without mfa, and create a new Authy authenticator token.
Additional context
Authy works well with other apps.
The text was updated successfully, but these errors were encountered: