dnoliver commented on PR #517: URL: https://github.com/apache/guacamole-client/pull/517#issuecomment-4014916293
Hi, I will side with @heathprovost on this one. My guacamole 1.6.0 sends `response_type=id_token` to my AWS Cognito, and my `AWS Cognito` wants `response_type=token` Based on the docs at https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html, Cognito only do `code` and `token`, not id_token. ``` The response type. Must be code or token. ``` So, I can't get my Guacamole authorizing with Cognito. Any way to make this work? -- 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]
