dex icon indicating copy to clipboard operation
dex copied to clipboard

add hidden prop to connector config

Open johnvan7 opened this issue 1 year ago • 3 comments

Overview

Added config property to hide a connector in the login web page, for example if it should be used only for m2m.

What this PR does / why we need it

As requested in #3145 and #4231

Adds connector's config property "hidden" (default false).

Related

Discussion: Can I hide a connector? #3145

johnvan7 avatar Oct 30 '24 09:10 johnvan7

@nabokihms and @sagikazarmark what do you think of this?

cardoe avatar Oct 11 '25 16:10 cardoe

To further this along, I've pulled this PR into build that I made at https://github.com/cardoe/dex/releases/tag/v2.44.90 You can grab the container to test with at ghcr.io/cardoe/dex:v2.44.90 and report back on this PR.

cardoe avatar Dec 09 '25 21:12 cardoe

Hi @cardoe, I've tested ghcr.io/cardoe/dex:v2.44.90 with the connector property "hidden: true" and it works as expected!

johnvan7 avatar Dec 10 '25 08:12 johnvan7