Workflow for my use case #3928
-
I have a Django blogging app built currently using REST framework. I'm using the authentication & authorization system that ships by default in Django. So Django provides Identity management and authorization both currently. My purpose is to integrate an ecommerce app(third party application so that the ecommerce journey of my users is handled by a third party application) https://github.com/saleor/saleor) , My blogging App users should be able to access Saleor . I shortlisted Ory Hydra for this journey of mine. I would like to know from how best to integrate Ory Hydra for this :
I would need your help in understanding the FLOW in this case. I also don't want my users to have prompts on their Flutter app for asking each user their permission to access Saleor using my Django blogging app credentials(I understand each user ill be prompted whether they give Saleor permission to access information about a user on Django blogging app end which is my API server) Help appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Even though I haven't integrated Hydra with Django before, I hope I can clarify some things for you. Components
Prerequisites
Flow
PromptsDon't take my word on it but I think you can configure the OIDC client to skip the consent flow so users see your Django Apps login or nothing. You will have to test this yourself. I hope this cleared up some things about the interaction of the components and the consent flow in your scenario. |
Beta Was this translation helpful? Give feedback.
Even though I haven't integrated Hydra with Django before, I hope I can clarify some things for you.
Components
Prerequisites