Use Enterprise Identity as the default claims provider Skip Navigation

Use 
Enterprise Identity
 as the default claims provider

To use 
Enterprise Identity
 as the default claims provider, you can run the following command in 
Windows PowerShell
. When 
Enterprise Identity
 is the default claims provider, users are not presented with multiple authentication options when they access a service.
  1. In 
    Windows PowerShell
    , run the following command:
    Set-AdfsRelyingPartyTrust -TargetName
    <relying_party_name>
    -ClaimsProviderName @("
    <claims_provider_display_name>
    ")