Problem / Use case
One of the few advantages Guacamole has over Janua, is the ability to add TOTP as a second level of authentication. This secures the system to a great extent, even when users choose weaker-than-desired passwords.
Proposed solution
I see that TOTP is already part of the Docker Image used by Guacamole, so it might be easy enough for Skylark to pull that into their own Docker image and use it.
Alternatives considered
I have attempted to use the Apache solution directly, but I suspect that there might be missing hooks in the Skylark Janua implementation.
Problem / Use case
One of the few advantages Guacamole has over Janua, is the ability to add TOTP as a second level of authentication. This secures the system to a great extent, even when users choose weaker-than-desired passwords.
Proposed solution
I see that TOTP is already part of the Docker Image used by Guacamole, so it might be easy enough for Skylark to pull that into their own Docker image and use it.
Alternatives considered
I have attempted to use the Apache solution directly, but I suspect that there might be missing hooks in the Skylark Janua implementation.