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 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 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
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
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 identifier.
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 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
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |