Skip to content

Workflow for my use case #3928

Discussion options

You must be logged in to vote

Even though I haven't integrated Hydra with Django before, I hope I can clarify some things for you.

Components

  1. Django is your identity management and also your authentication for cookie-based sessions
  2. Ory Hydra makes your Django identity management able to communicate with OIDC clients
  3. Saleor is the OIDC client, asking your Django app if the user is authenticated and who they are

Prerequisites

  • Hydra Instance: You need a running Ory Hydra instance and a database to manage the OAuth 2.0 related data.
  • Consent Flow Page: Hydra needs to be configured with the URL of your Django app's consent page. This is where users will grant (or deny) Saleor access to their information.
  • OIDC Client Conf…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@narayanan-ka
Comment options

@MarkusThielker
Comment options

@narayanan-ka
Comment options

@MarkusThielker
Comment options

Answer selected by narayanan-ka
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