elsa-workflows / elsa-documentation

The official Elsa documentation website
elsa-documentation.vercel.app
Other
16 stars 38 forks source link

Third party Identity Provider Integration #59

Open sfmskywalker opened 10 months ago

sfmskywalker commented 10 months ago

With one or some of the following providers:

sfmskywalker commented 10 months ago

See also https://github.com/elsa-workflows/elsa-core/discussions/4814#discussioncomment-8233260 for additional context.

adamfisher commented 10 months ago

I'm pretty much stuck on the Azure AD integration. What we did for Elsa v2 doesn't appear to work either.

zuntio commented 5 months ago

Here is my 5 cents for this topic. Azure AD / MS Entra ID specifically.

https://github.com/elsa-workflows/elsa-core/discussions/4814#discussioncomment-9398844

Biggest issue was that when implementing custom functionality, I could not use the built-in way of storing tokens using jsInterop resulting in exceptions. How come it actually works in Elsa Studio at all, when jsInterop should not work within OnInitializeAsync? :) This bugs be because storing tokens server side is not really good practice