Previous Topic: Identify your Trusted Identity ProviderNext Topic: Verify that the Sign-in URL has Changed


Change the Sign-in URL of your CA SiteMinder Trusted Identity Provider

Use the SharePoint 2010 Management Console to Changing the sign-in URL of your CA SiteMinder trusted identity provider.

Follow these steps:

  1. Enter the following command to change the sign-in URL of your CA SiteMinder trusted identity provider:
    Set-SPTrustedIdentityTokenIssuer "name_of_your_siteminder_trusted_identity_provider" -SignInUrl new_sign-in_URL
    
    Example: Changing Sign-in URL

    This example shows how to change a sign-in URL for a trusted identity provider named SMTIP.

    Set-SPTrustedIdentityTokenIssuer "SMTIP" -SignInUrl https://sharepoint.example.com
    

    The sign-in URL is changed.