forked from data.coop/ansible
Fix FIDO2 authentication in Passit
This commit is contained in:
parent
aecb929dbb
commit
bf60417904
|
@ -34,7 +34,7 @@
|
|||
EMAIL_URL: "smtp://noop@{{ smtp_host }}:{{ smtp_port }}"
|
||||
DEFAULT_FROM_EMAIL: "noreply@{{ passit.domain }}"
|
||||
EMAIL_CONFIRMATION_HOST: "https://{{ passit.domain }}"
|
||||
|
||||
FIDO_SERVER_ID: "{{ passit.domain }}"
|
||||
VIRTUAL_HOST: "{{ passit.domain }}"
|
||||
LETSENCRYPT_HOST: "{{ passit.domain }}"
|
||||
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||
|
@ -44,4 +44,4 @@
|
|||
postfix:
|
||||
external: true
|
||||
external_services:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Reference in a new issue