You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've just setup the portal for my self and my co-workers.
Got some of my co-workers connected and it works.
But here is my use case for this feature.
I don't want to add the portal to be public accessed, not unless 2FA is on the login etc.
So, I suggest that Admins in the portal can trigger a "Send client config" to the email fetched from LDAP/AD since the user it self has the option to get the client config send by Email.
Then IT departments can send the client config to the persons email address without seeing the config etc.
The text was updated successfully, but these errors were encountered:
Suggestion: let the email contain a link to wg-portal, requiring login and 2FA setup, to download the config.
Sending the config via email is clear text and would contain the keys which is not good. Emails are not a trusted media.
Sending config via (plaintext) email is already possible. Sending links instead of the full configuration will be added to v2.
So I don't really get the feature request here
Initial alpha codebase for version 2 of WireGuard Portal.
This version is considered unstable and incomplete (for example, no public REST API)!
Use with care!
Fixes/Implements the following issues:
- OAuth support #154, #1
- New Web UI with internationalisation support #98, #107, #89, #62
- Postgres Support #49
- Improved Email handling #47, #119
- DNS Search Domain support #46
- Bugfixes #94, #48
---------
Co-authored-by: Fabian Wechselberger <[email protected]>
Hi,
So, I've just setup the portal for my self and my co-workers.
Got some of my co-workers connected and it works.
But here is my use case for this feature.
I don't want to add the portal to be public accessed, not unless 2FA is on the login etc.
So, I suggest that Admins in the portal can trigger a "Send client config" to the email fetched from LDAP/AD since the user it self has the option to get the client config send by Email.
Then IT departments can send the client config to the persons email address without seeing the config etc.
The text was updated successfully, but these errors were encountered: