'DeclarationPublic Enum WebReportAuthenticationType Inherits System.Enum
public enum WebReportAuthenticationType : System.Enum
public enum class WebReportAuthenticationType : public System.Enum
'DeclarationPublic Enum WebReportAuthenticationType Inherits System.Enum
public enum WebReportAuthenticationType : System.Enum
public enum class WebReportAuthenticationType : public System.Enum
| Member | Description |
|---|---|
| Cookie | Indicates that cookies are being used as the authentication method and cross-site requests are being made. If set, XMLHttpRequest.withCredentials will be set to true on any request by the specific client. |
| JWT | Indicates that a JSON Web Token (JWT) should be used as the authentication method. If set, a Header with Authorization: Bearer Token will be sent on any request by the specific client. The token can be specified in combit.Reporting.Web.WebReportDesigner.WebReportDesignerMVCOptions.AuthToken or combit.Reporting.Web.WebReportViewer.WebReportViewerMVCOptions.AuthToken. |
| None | Indicates that no additional settings are required by the specific client to authenticate the user. This method is also suitable for cookie authentication on same-origin backend and frontend. For cross-site cookie authentification use Cookie. |
System.Object
System.ValueType
System.Enum
combit.Reporting.Web.WebReportAuthenticationType
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10