On Mon, Aug 17, 2020 at 10:52 AM sw6653 <[email protected]> wrote: > Hello, > > I'm trying to authenticate using Microsoft 365 and the Apache Guacamole > OpenID Connect extension. I am having trouble knowing what value to enter > for openid-redirect-uri. Modules for other applications have provided part > of this uri, for example a Django module instructed me to enter > /microsoft/auth-callback. So for testing I entered > https://localhost:8000/microsoft/auth-callback/ as the reply URL in the > Azure AD App registration setup. > > >From the manual
The URI that should be submitted to the OpenID service such that they can redirect the authenticated user back to Guacamole after the authentication process is complete. This must be the full URL that a user would enter into their browser to access Guacamole. (http://guacamole.apache.org/doc/gug/openid-auth.html) So, this should be the URL of your Guacamole install. -Nick
