When using json-body param to create idp saml, metadata param has to be in both command line and json-body #309
Labels
customer
For any bug reports or feature requests tied to customer requests
With #162, when attempting to pass the full request body, including idp metadata, via
--json-body
, it complains that--metadata-url|--metadata-value
is missing.If I exclude the idp metadata block within the json file, i.e. removing
and try
oxide silo idp saml create --silo test --json-body idp.json --metadata-value $IDP_METADATA
, it also doesn't like it:To use json-body (which is required when specifying a signing key pair), the only way to make it work is to include in the json the idp metadata (
type
populated,data
as an empty string) AND supply the actual base64-encoded xml or url via--metadata-value|--metadata-url
in the command line.The text was updated successfully, but these errors were encountered: