Skip to content

Hardware MFA on self-hosted instance #709

Answered by MaKleSoft
Quinten0508 asked this question in Q&A
Discussion options

You must be logged in to vote

@nmk-freelance Is on the right track. You'll need to set the following env variables:

PL_AUTH_TYPES=email,totp,webauthn_platform,webauthn_portable
PL_AUTH_WEBAUTHN_RP_NAME=your.domain.com
PL_AUTH_WEBAUTHN_RP_ID=your.domain.com
PL_AUTH_WEBAUTHN_ORIGIN=https://your.domain.com

More details about the "Relying Party" info here: https://simplewebauthn.dev/docs/packages/server#identifying-your-rp

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MaKleSoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #708 on June 16, 2023 13:13.