|
@@ -120,9 +120,10 @@ PROXY_LOGOUT_URL=null
|
|
|
|
|
|
#### WebAuthn settings ####
|
|
|
|
|
|
-# Relying Party name, aka the name of the application. If null, defaults to APP_NAME
|
|
|
+# Relying Party name, aka the name of the application.
|
|
|
+# If blank, defaults to APP_NAME. Do not set to null.
|
|
|
|
|
|
-WEBAUTHN_NAME=null
|
|
|
+WEBAUTHN_NAME=2FAuth
|
|
|
|
|
|
# Relying Party ID. If null, the device will fill it internally.
|
|
|
# See https://webauthn-doc.spomky-labs.com/pre-requisites/the-relying-party#how-to-determine-the-relying-party-id
|