Get-AzApiManagementOpenIdConnectProvider
取得 OpenID Connect 提供者。
語法
Get-AzApiManagementOpenIdConnectProvider
-Context <PsApiManagementContext>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementOpenIdConnectProvider
-Context <PsApiManagementContext>
[-OpenIdConnectProviderId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzApiManagementOpenIdConnectProvider
-Context <PsApiManagementContext>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzApiManagementOpenIdConnectProvider Cmdlet 會取得 Azure API 管理 中的 OpenID Connect 提供者。 ClientSecret 將不會包含在結果詳細數據中。 若要取得客戶端密碼,請使用 Get-AzApiManagementOpenIdConnectProviderClientSecret。
範例
範例 1:取得所有提供者
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementOpenIdConnectProvider -Context $apimContext
此命令會取得指定內容的所有 OpenID Connect 提供者。
範例 2:使用標識碼取得提供者
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementOpenIdConnectProvider -Context $apimContext -OpenIdConnectProviderId "OICProvider01"
此命令會取得標識碼為 OICProvider01 的提供者。
範例 3:使用名稱取得提供者
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementOpenIdConnectProvider -Context $apimContext -Name "Contoso OpenID Connect Provider"
此命令會取得名為 Contoso OpenID Connect 提供者的提供者。
參數
-Context
指定 PsApiManagementContext 物件。
類型: | PsApiManagementContext |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定提供者的易記名稱。 如果您指定名稱,此 Cmdlet 會取得該提供者。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-OpenIdConnectProviderId
指定這個 Cmdlet 移除之提供者的標識碼。 如果您指定標識碼,此 Cmdlet 會取得該提供者。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
輸出
PsApiManagementOpenIdConnectProvider