Class WorkflowApiSecurityOptions
OptimaJet.Workflow.Api.Options.WorkflowApiSecurityOptions
Represents the settings for authentication and authorization of your Workflow Engine Web API.
Namespace: OptimaJet.Workflow.Api.Options
public record WorkflowApiSecurityOptions : IEquatable<WorkflowApiSecurityOptions>Inheritance
- Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Api.Options.WorkflowApiSecurityOptions}
Properties
Name
Type
DisableSecurity #BooleanAllows disabling authentication and authorization. By default, authentication and authorization are enabled when adding Extensions.AddWorkflowApiSecurity(IServiceCollection, Action<WorkflowApiSecurityOptions>?).
SecurityScheme #StringThe authentication scheme used for Workflow Engine Web API endpoints. When
null, the default authentication scheme set in AuthenticationOptions will be used.