adb014 commented on PR #1198:
URL: 
https://github.com/apache/guacamole-client/pull/1198#issuecomment-4221018067

   I’m on my phone at the moment, so will look at this later. Though I tested 
with 7 scenarios 
   
   - id_token + well-known 
   - id_token + manual endpoint and issuer 
   - token + well-known 
   - token + manual endpoint and issuer 
   - code + well-known 
   - code + manual endpoint and issuer 
   - code + manual endpoint and issuer + pkce
   
   The PKCE path seemed sufficiently independent that it only needed testing 
once. All of these were tested against a local keycloak only. 
   
   If the well-known endpoint is not given then the calls like 
confService.getIssuer() will see the manual value in priority and return it. If 
only the well-known endpoint is set, then the confWellKnown.getIssuer() method 
is called from within confService.gerIssuer(). This call might fail initially 
if the well-known data is not available yet. I tested in docker and the 
guacamole container starts faster than keycloak šŸ˜†


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to