oauth2 example
#3980
Replies: 1 comment
-
Hi @nrw303, In general using luigi's auth plugins is not required but rather a convenience option. You can always set up a "traditional" auth mechanism like with any other web app and connect luigis UI parts (mainly the profile menu with username, logout, etc.) using the corresponding config options, e.g. https://docs.luigi-project.io/docs/navigation-parameters-reference?section=profile |
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
-
hi,
I'm new here and I'm evaluating Luigi as a portal for our apps (we're an SAP build partner). I want to use oauth2 with Microsoft Entra ID as a provider to authenticate my users... and I'm working in Svelte.
Does anyone have an example of how to do something like this? the docs do provide some info about auth but no examples.
thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions