Skip to content

Integration of Luigi with authentication provider that does not have PKCE enabled #2643

Discussion options

You must be logged in to vote

Luigi’s authentication provider mechanism is intended to support developers in integrating "standard" client-side-flow authentication providers, like OIDC. If your scenario requires a custom backend implementation, I would rather recommend not to use it since it would add unnecessary complexity. The good thing is that Luigi also works perfectly fine without it, and you can easily secure your application as any other "conventional" application (i.e. on server side with some session cookie based approach).

Here is a small example of how it can look like:

<!DOCTYPE html>
<html lang="en">
  <head>
  <title>Hello Luigi</title>
      <link rel='stylesheet' href='https://unpkg.com/@luigi-project…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexandra-simeonova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants