Add 2FA to wiredoor dashboard #79
Replies: 1 comment
-
|
Hi! 2FA for the Wiredoor dashboard hasn't been implemented yet, but you can already protect access to the dashboard with OAuth2 authentication without breaking the CLI functionality. As of the latest release, Wiredoor supports path-based authentication bypass. This means you can enable authentication for the domain (e.g. wiredoor.yourdomain.com) and exclude specific paths that should remain public such as those required by In fact, the default Wiredoor dashboard service (Wiredoor_APP on the Local Node) comes preconfigured with the necessary bypass paths so the CLI works out-of-the-box when OAuth2 is enabled. You can read more about this feature and how to customize it here: π https://www.wiredoor.net/docs/usage#bypass-authentication-for-specific-paths Let us know if you try it out! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Right now, it is not possible (easy) to enable Oauth for the wiredoor dashboard which makes it less secure than the actual exposed endpoints. It would be great to implement 2FA for the dashboard user to increase the security.
Beta Was this translation helpful? Give feedback.
All reactions