boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Boundary Selfhosted does not expose the "Allowed Logout URL"

Open RobertSkawinski opened this issue 2 years ago • 2 comments

According to the documents the logout URL for Azure OIDC is not working with the docker 0.11.2 release. for example http://localhost:3000

Documentation: https://developer.hashicorp.com/boundary/tutorials/access-management/oidc-auth

Can someone add the documentation for the On-Premise setup or add the functionality to the on premise version?

RobertSkawinski avatar Feb 02 '23 12:02 RobertSkawinski

Hi @RobertSkawinski, the domain of your logout url will be the same as your environment's origin url and the port will be 3000 by default.

In dev mode, Boundary is run locally on docker and the origin url is http://localhost. The oidc authentication tutorial is intended for use in dev mode or on HCP Boundary. In your post you mentioned running Boundary on docker, can you confirm that you are running Boundary in dev mode and not on a non-dev-mode docker deployment?

covetocove avatar Feb 13 '23 19:02 covetocove

Hi @PPacent , yes, you are right, I'm using the non-dev-mode in docker deployment. Is there a possibility to setup the logout URL in non-dev-mode Setup?

RobertSkawinski avatar Mar 16 '23 12:03 RobertSkawinski