On Wed, Aug 17, 2022 at 9:03 PM Hiram Amador <[email protected]> wrote: > > I tried the link in a browser and noticed this error from Microsoft > > > > AADSTS900561: The endpoint only accepts POST, OPTIONS requests. Received a > GET request. > > > > I was able to confirm in the logs that guacamole was using a “get” request > for the token request. I haven’t dug into the code to determine if there is > a way to coax guacamole to use a post or options request. If guacamole only > does “get” requests for jwt, I guess I’m dead in the water. > >
As I mentioned in the Jira issue you opened for this, my guess is that this has to do with the difference between the various flows supported by OpenID Connect. Guacamole's extension only implements Implicit Flow. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
