AuthenticationModel Class | 
Namespace: Omada.OE.Model
public class AuthenticationModel
The AuthenticationModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthenticationModel | 
            Constructor. It also adds this object to the customers AuthenticationModels collection.
              | 
| Name | Description | |
|---|---|---|
| Alias | 
            Typically the DNS name used in the IIS binding
              | |
| AuthenticationType | 
            Authentication type for the binding.
              | |
| AuthLevel | 
            Authentication level of customer
              | |
| Customer | 
            Helper so we can easilly get to the customer
              | |
| IdpAudience | 
            Audience as configured on the IdP
              | |
| IdpCertSerialNo | 
            Serial number which the identity provider uses to sign the auth token
              | |
| IdpEndPoint | 
            URL at the IdP for the single sign on request to OIS
              | |
| IdpIssuer | 
            Common identifier of the identity issuer
              | |
| ResponseType | 
            Response type for OpenIdConnect https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |