SecurityTokenServiceConfiguration.DefaultTokenType Property

Definition

Gets or sets the default token type that is used in token issuance.

public:
 property System::String ^ DefaultTokenType { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTokenType { get; set; }
member this.DefaultTokenType : string with get, set
Public Property DefaultTokenType As String

Property Value

A string that contains the default token type.

Exceptions

The specified value is null or empty.

The specified value is not defined in the token handlers.

Remarks

The string values are specified in URI format; for example, for the SAML 1.1 token type, the following is the string value: http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1.

The default token type is set to SAML 1.1.

Applies to