SPIisSettings.ClaimsAuthenticationRedirectionUrl property
Gets or sets the uniform resource identifier (URI) to which to redirect the client for claims authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ClaimsAuthenticationRedirectionUrl As Uri
Get
Set
'Usage
Dim instance As SPIisSettings
Dim value As Uri
value = instance.ClaimsAuthenticationRedirectionUrl
instance.ClaimsAuthenticationRedirectionUrl = value
public Uri ClaimsAuthenticationRedirectionUrl { get; set; }
Property value
Type: System.Uri
An object that contains the URI of the site to which to redirect the client for claims authentication.
Remarks
The claim specifies details about whether an identity is authenticated. This setting may be useful if you create custom login pages. It may also be used when the application uses multiple authentication providers, but forces browser redirection to one particular authentication provider.