On Mon, Aug 17, 2020 at 2:13 PM sw6653 <[email protected]> wrote: > Thanks Nick, > > I'm using a docker environment. I have a container running an nginx proxy > to > handle the SSL connections and containers for guacamole, guacd and mysql. > The nginx server will proxy pass location / to > http://guacamole:8080/guacamole. With this setup I reach the guacamole > login > page during testing by entering https://localhost/ in the browser. Can you > please confirm that I should enter https://localhost/ for > openid-redirect-uri? > > You might be able to use that value, but I can see two potential issues: 1) This will only work on your local computer - any attempt to access it remotely would fail. 2) I'm not sure that Office365 would actually let you use https://localhost as a valid redirect URL - it seems like this might have some security implications and might be something they'd disallow.
You can give it a try, but you're probably better off using the actual hostname of your computer and not localhost. -Nick
