Del via


az managedcleanroom frontend oidc

Note

This reference is part of the managedcleanroom extension for the Azure CLI (version 2.75.0 or higher). The extension will automatically install the first time you run an az managedcleanroom frontend oidc command. Learn more about extensions.

Manage OIDC configuration.

Commands

Name Description Type Status
az managedcleanroom frontend oidc issuerinfo

Manage OIDC issuer information.

Extension GA
az managedcleanroom frontend oidc issuerinfo show

Show OIDC issuer information.

Extension GA
az managedcleanroom frontend oidc keys

Get OIDC signing keys (JWKS).

Extension GA
az managedcleanroom frontend oidc set-issuer-url

Set OIDC issuer URL for a collaboration.

Extension GA

az managedcleanroom frontend oidc keys

Get OIDC signing keys (JWKS).

Retrieves the JSON Web Key Set (JWKS) containing the public keys used to verify OIDC tokens issued by the collaboration. This endpoint returns the keys in standard JWKS format.

az managedcleanroom frontend oidc keys --collaboration-id
                                       [--api-version {2026-03-01-preview}]

Examples

Get OIDC signing keys

az managedcleanroom frontend oidc keys --collaboration-id <cid>

Get OIDC signing keys (short form)

az managedcleanroom frontend oidc keys -c <cid>

Required Parameters

--collaboration-id -c

Collaboration identifier.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--api-version

API version to use for this request. Default: 2026-03-01-preview.

Property Value
Default value: 2026-03-01-preview
Accepted values: 2026-03-01-preview
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False

az managedcleanroom frontend oidc set-issuer-url

Set OIDC issuer URL for a collaboration.

Configures the OIDC issuer URL for the collaboration. This URL is used for OpenID Connect authentication and token validation.

az managedcleanroom frontend oidc set-issuer-url --collaboration-id
                                                 --url
                                                 [--api-version {2026-03-01-preview}]

Examples

Set OIDC issuer URL

az managedcleanroom frontend oidc set-issuer-url               --collaboration-id <cid>               --url https://oidc.example.com

Set OIDC issuer URL (short form)

az managedcleanroom frontend oidc set-issuer-url -c <cid> --url https://oidc.example.com

Required Parameters

--collaboration-id -c

Collaboration identifier.

--url

OIDC issuer URL.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--api-version

API version to use for this request. Default: 2026-03-01-preview.

Property Value
Default value: 2026-03-01-preview
Accepted values: 2026-03-01-preview
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False