Class SamlConsts
Saml constants class.
Inheritance
System.Object
SamlConsts
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.ComponentSpace.Interfaces
Assembly: Terrasoft.ComponentSpace.Interfaces.dll
Syntax
public class SamlConsts
Constructors
SamlConsts()
Declaration
public SamlConsts()
Properties
AssertionConsumerServicePath
SAML assertion consumer entry point path.
Declaration
public static string AssertionConsumerServicePath { get; }
Property Value
Type | Description |
---|---|
System.String |
EndSessionOnSloParameterName
End creatio session on slo flag.
Declaration
public static string EndSessionOnSloParameterName { get; }
Property Value
Type | Description |
---|---|
System.String |
HasSsoSession
User logged in using SSO.
Declaration
public static string HasSsoSession { get; }
Property Value
Type | Description |
---|---|
System.String |
HttpPostBindingType
SAML endpoint HTTP-POST binding type.
Declaration
public static string HttpPostBindingType { get; }
Property Value
Type | Description |
---|---|
System.String |
HttpRedirectBindingType
SAML endpoint HTTP-Redirect binding type.
Declaration
public static string HttpRedirectBindingType { get; }
Property Value
Type | Description |
---|---|
System.String |
InitSloServicePath
Service initiated SLO flow entry point path.
Declaration
public static string InitSloServicePath { get; }
Property Value
Type | Description |
---|---|
System.String |
ReturnUrlHash
Key of QueryCollection in response.
Declaration
public static string ReturnUrlHash { get; }
Property Value
Type | Description |
---|---|
System.String |
SamlUserNameAttribute
Saml name id property name.
Declaration
public static string SamlUserNameAttribute { get; }
Property Value
Type | Description |
---|---|
System.String |
SessionCookieName
Cookie name for single sign on session.
Declaration
public static string SessionCookieName { get; }
Property Value
Type | Description |
---|---|
System.String |
SingleLogoutServicePath
Single logout entry point path.
Declaration
public static string SingleLogoutServicePath { get; }
Property Value
Type | Description |
---|---|
System.String |
SsoLogoutCookieName
Single logout cookie name.
Declaration
public static string SsoLogoutCookieName { get; }
Property Value
Type | Description |
---|---|
System.String |
SsoRequestedPropertyName
Single login flow requested property name.
Declaration
public static string SsoRequestedPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
StartSsoParameterName
Stars service initiated SSO flow query parameter name.
Declaration
public static string StartSsoParameterName { get; }
Property Value
Type | Description |
---|---|
System.String |
UserTypeCookieName
Cookie name for user type.
Declaration
public static string UserTypeCookieName { get; }
Property Value
Type | Description |
---|---|
System.String |
UseSsoParameterName
Use service initiated SSO flow query parameter name.
Declaration
public static string UseSsoParameterName { get; }
Property Value
Type | Description |
---|---|
System.String |