Replies: 1 comment
-
|
You’re right, that documentation needs to be corrected. In the meantime, try asking deepwiki. For instance, since you are using the admin API key, which I’m pretty sure is all zeros, you could ask it like this (read though until the clear text value is presented): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't figure out how to authenticate api calls to elsa with api keys. Documentation here:
https://docs.elsaworkflows.io/guides/authentication#api-key-authenticationsays "Elsa doesn't provide built-in API key authentication, but you can implement it using ASP.NET Core authentication handlers."
However there seems to be an api that register an application (POST /elsa/api/identity/applications) that returns an apiKey.
Either way, I can't manage to authenticate by passing
I don't know what api key to use (tried several, didn't worked).
I have this configuration:
Any help is appretiated.
Beta Was this translation helpful? Give feedback.
All reactions