elsa-workflows / elsa-documentation

The official Elsa documentation website
elsa-documentation.vercel.app
Other
15 stars 36 forks source link

Third party Identity Provider Integration #59

Open sfmskywalker opened 9 months ago

sfmskywalker commented 9 months ago

With one or some of the following providers:

sfmskywalker commented 9 months ago

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

adamfisher commented 9 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 4 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