Trying this again..
Hello,
I'm trying to get oidc to work with TLS 1.3 on the authentication endpoint.
When I had TLS 1.2 as an enabled protocol it worked with no problems. As
soon as I enabled TLS 1.3 only, the authentication fails with the following
error:
Rejected invalid OpenID toke
This is a known issue, related to libssh2.
have a look at this ticket https://issues.apache.org/jira/browse/GUACAMOLE-1619
and this PR https://github.com/libssh2/libssh2/pull/626#event-5853667761
It has been merged in the master branch of libssh2 end of last year, but
depending on your OS, the av