Get-AdfsClaimsProviderTrust

Get-AdfsClaimsProviderTrust

Gets the claims provider trusts in the Federation Service.

構文

Parameter Set: ClaimsProviderName
Get-AdfsClaimsProviderTrust [[-Name] <String[]> ] [ <CommonParameters>]

Parameter Set: Identifier
Get-AdfsClaimsProviderTrust [-Identifier] <String[]> [ <CommonParameters>]

Parameter Set: TokenSigningCertificates
Get-AdfsClaimsProviderTrust [-Certificate] <X509Certificate2[]> [ <CommonParameters>]

詳細説明

The Get-AdfsClaimsProviderTrust cmdlet gets the claims provider trusts in the Federation Service. You can use this cmdlet with no parameters to get all the claims provider trust objects.

パラメーター

-Certificate<X509Certificate2[]>

Specifies an array of token-signing certificates of the claims provider trust to get.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

-Identifier<String[]>

Specifies an array of unique IDs of the claims provider trust to get.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

-Name<String[]>

Specifies an array of display names of the claims provider trust to get.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.IdentityServer.PowerShell.Resources.ClaimsProviderTrust

    The cmdlet outputs a class structure that represents the claims provider trusts for the Federation Service.

  • If you do not specify the Name parameter, the cmdlet lists all claims providers. The claims provider collects and authenticates a user's credentials, builds up claims for that user, and packages the claims into security tokens or Information Cards. In other words, a claims provider represents the organization for whose users the claims provider issues security tokens or Information Cards on their behalf. When you configure Active Directory フェデレーション サービス (AD FS) 2.0, the role of the claims provider is to enable its users to access resources that are hosted in a relying party organization by establishing one side of the federation trust relationship. After the federation trust is established, tokens and Information Cards can be presented to the relying party across the trust.

Example 1: Get claims provider trusts

This command gets the property settings for the claims provider trust named Fabrikam claims provider.

PS C:\> Get-AdfsClaimsProviderTrust -Name "Fabrikam claims provider"

関連トピック

Disable-AdfsClaimsProviderTrust

Enable-AdfsClaimsProviderTrust

Remove-AdfsClaimsProviderTrust

Set-AdfsClaimsProviderTrust

Update-AdfsClaimsProviderTrust