Click or drag to resize

AuthenticationModel Class

Authentication model for a customer
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAuthenticationModel

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AuthenticationModel

The AuthenticationModel type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationModel
Constructor. It also adds this object to the customers AuthenticationModels collection.
Top
Properties
  NameDescription
Public propertyAlias
Typically the DNS name used in the IIS binding
Public propertyAuthenticationType
Authentication type for the binding.
Public propertyAuthLevel
Authentication level of customer
Public propertyCustomer
Helper so we can easilly get to the customer
Public propertyIdpAudience
Audience as configured on the IdP
Public propertyIdpCertSerialNo
Serial number which the identity provider uses to sign the auth token
Public propertyIdpEndPoint
URL at the IdP for the single sign on request to OIS
Public propertyIdpIssuer
Common identifier of the identity issuer
Public propertyResponseType
Response type for OpenIdConnect https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest.
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also