Skip to content
Registry StackDocsv0.34.0

evidencectl client profile create command reference

View as Markdown

Create a strict profile containing only references to local key material.

This page is generated from the public Clap command tree for Registry Stack source version 0.34.0 and catalog SHA-256 521175a69262e60df96745886392348e5bb8d82e63cdd24bdf4baa80d46e5ff4. Hidden implementation commands are omitted.

evidencectl client profile create [OPTIONS] --base-url <BASE_URL> --client-id <CLIENT_ID> --output <OUTPUT> <--private-key-file <PATH>|--private-key-env <VARIABLE>>
ConditionRequirement
Command invocationExactly one of --private-key-file <PATH>, --private-key-env <VARIABLE> is required.
Command invocation--local-loopback-discovery and --pinned-jwks <PATH> cannot be used together.
Command invocation--private-key-env <VARIABLE> and --private-key-file <PATH> cannot be used together.
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--base-url <BASE_URL>YesNon/an/an/aEvidence Gateway base URL. HTTPS is required by default
--client-id <CLIENT_ID>YesNon/an/an/aRegistered OAuth client identifier
--private-key-file <PATH>NoNon/an/an/aSafe path to a private JWK, relative to the profile file
--private-key-env <VARIABLE>NoNon/an/an/aEnvironment variable holding the private JWK JSON
--local-loopback-discoveryNoNon/an/an/aPermit discovery over plain HTTP only when the base URL is loopback
--pinned-jwks <PATH>NoNon/an/an/aReviewed pinned JWKS file, relative to the profile file
--contracts-file <PATH>NoNon/an/an/aReviewed contract catalog, relative to the profile file
--maximum-assertion-lifetime-seconds <MAXIMUM_ASSERTION_LIFETIME_SECONDS>NoNo300n/an/aMaximum accepted assertion lifetime in seconds
--clock-skew-seconds <CLOCK_SKEW_SECONDS>NoNo30n/an/aAccepted verifier clock skew in seconds
--expected-audience <EXPECTED_AUDIENCE>NoNon/an/an/aOptional expected audience override
--expected-issuer <EXPECTED_ISSUER>NoNon/an/an/aOptional expected Evidence issuer
--expected-provider <EXPECTED_PROVIDER>NoNon/an/an/aOptional expected Evidence provider
--client-assertion-audience <AUDIENCE>NoNon/an/an/aAudience of the client assertion presented at the token endpoint, when the issuer expects one other than the token endpoint URL (ThunderID v1.0.1 expects the issuer string). This is not the token request’s resource
--resource <URI>NoNon/an/an/aRFC 8707 resource indicator requested with the token: the resource server’s registered identifier, not a URL to fetch
--scope <SCOPE>NoYesn/an/an/aScope requested with the token. Repeat for several; a requested scope may narrow the client’s registered permission set, never widen it
--output <OUTPUT>YesNon/an/an/aNew owner-only profile file
--format <output_format>NoNohumanhuman, jsonn/aSelect human-readable or machine-readable output
-h, --helpNoNon/an/an/aPrint help

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.