elsa-workflows / elsa-workflows/elsa-core
Authentication and Authorization in Elsa V3
Open
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
I have configure the elsa blazer application to use the dashboard in order to create the workflow using the designer, however i configure the default identity feature. how i can disable it to use my windows authentication. is there a way to do it.
// Default Identity features for authentication/authorization.
elsa.UseIdentity(identity =>
{
identity.TokenOptions = options => options.SigningKey = ""; // This key needs to be at least 256 bits long.
identity.UseAdminUserProvider();
});
// Configure ASP.NET authentication/authorization.
elsa.UseDefaultAuthentication(auth => auth.UseAdminApiKey());
Contributor guide
Assessment
This issue has not been assessed yet.