You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/10/28 19:32:14 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #567: GUACAMOLE-1146: Take configured "totp-period" into account when generating tokens.

mike-jumper opened a new pull request #567:
URL: https://github.com/apache/guacamole-client/pull/567


   As described in [GUACAMOLE-1146](https://issues.apache.org/jira/browse/GUACAMOLE-1146), the `totp-period` property is not currently used when generating tokens. Tokens are always generated at the default 30-second interval, with `totp-period` only affecting invalidation of tokens. This is a bug - the configured interval should affect *both* generation and invalidation.
   
   This change properly initializes the TOTP token generator with the configured period such that tokens are generated at the desired interval.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-client] necouchman merged pull request #567: GUACAMOLE-1146: Take configured "totp-period" into account when generating tokens.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #567:
URL: https://github.com/apache/guacamole-client/pull/567


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org