Skip to content

How to protect from bootstrap? #787

Answered by maraino
Daniel-online asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Daniel-online, by default all the endpoints are public, that does not mean that they are accessible by everyone. The /provisioners endpoint is probably the most sensible one because you can see the configuration of a CA.

The information in that endpoint should be safe, meaning that only "public" information should be displayed. There's a minor exception though, on an OIDC provisioner you can see the clientSecret. But that is generally ok, as it should be your IdP the one restricting the login to only clients in your organization. If that's not the case you can always use the property "domains" to control it.

If you're using a JWK provisioner, the private key is always encrypted, so on…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Daniel-online
Comment options

@maraino
Comment options

@Daniel-online
Comment options

@maraino
Comment options

Answer selected by Daniel-online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants