Authentication
Configuring Authentication for Elsa HTTP API
Overview
Authentication Modes
No Authentication
Elsa.EndpointSecurityOptions.DisableSecurity();builder.Services.AddShell(x => x.DisableAuthorization = true);Using Elsa.Identity
Using OIDC (OpenID Connect)
Last updated