File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
110110 --oidc-audience string Expected audience for the token
111111 --oidc-client-id string OIDC client ID
112112 --oidc-client-secret string OIDC client secret (optional, for introspection)
113+ --oidc-insecure-allow-http Allow HTTP (non-HTTPS) OIDC issuers for local development/testing (WARNING: Insecure!)
113114 --oidc-introspection-url string URL for token introspection endpoint
114115 --oidc-issuer string OIDC issuer URL (e.g., https://accounts.google.com)
115116 --oidc-jwks-url string URL to fetch the JWKS from
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ components:
6161 clientSecret :
6262 description : ClientSecret is the optional OIDC client secret for introspection
6363 type : string
64+ insecureAllowHTTP :
65+ description : |-
66+ InsecureAllowHTTP allows HTTP (non-HTTPS) OIDC issuers for development/testing
67+ WARNING: This is insecure and should NEVER be used in production
68+ type : boolean
6469 introspectionURL :
6570 description : IntrospectionURL is the optional introspection endpoint for
6671 validating tokens
You can’t perform that action at this time.
0 commit comments