mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
WebAuthn (#903)
This commit is contained in:
@@ -92,6 +92,14 @@ server {
|
||||
proxy_pass http://web:5000/u2f-connector.html;
|
||||
}
|
||||
|
||||
location = /webauthn-connector.html {
|
||||
proxy_pass http://web:5000/webauthn-connector.html;
|
||||
}
|
||||
|
||||
location = /webauthn-fallback-connector.html {
|
||||
proxy_pass http://web:5000/webauthn-fallback-connector.html;
|
||||
}
|
||||
|
||||
location = /sso-connector.html {
|
||||
proxy_pass http://web:5000/sso-connector.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user