Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class WorkflowApiSecurityOptions

OptimaJet.Workflow.Api.Options.WorkflowApiSecurityOptions

Represents the settings for authentication and authorization of your Workflow Engine Web API.

public record WorkflowApiSecurityOptions : IEquatable<WorkflowApiSecurityOptions>

Inheritance

  • Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Api.Options.WorkflowApiSecurityOptions}

Properties

Name
Type
DisableSecurity #
Boolean
Allows disabling authentication and authorization. By default, authentication and authorization are enabled when adding Extensions.AddWorkflowApiSecurity(IServiceCollection, Action<WorkflowApiSecurityOptions>?).
SecurityScheme #
String
The authentication scheme used for Workflow Engine Web API endpoints. When null, the default authentication scheme set in AuthenticationOptions will be used.