-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement consent page for Hydra implementation #224
Comments
We will most likely add this integration here as well, but it's currently not on the priority list because our backlog is so immense and it requires testing etc... But if you're interested in tackling this we definitely welcome any contributions! |
Alright, I understand. Unfortunately I absolutely hate developing JS/TS so I would be the wrong person for this job, but I created a simple service that implements consents + Kratos trait propagation here if anyone has the same requirements as I do. |
I have a solution ready to be used over at my fork. |
It also bumps versions up. |
@DrBu7cher i checked out the |
@mattbarnicle If you would like to test that branch I pushed an image to |
I've solved the issue with the consent page rendering and can confirm it is working now. You can test with image |
@mattbarnicle You build by executing @davidspek I don’t know how the consent view got lost, but I’m glad you found it :D |
@davidspek thanks for the fix and the comment. i checked out your PR and got it to build. however I still can't get it to work in my environment. but I'm not running it the way you are. I'm trying to get it working inside a local Dockerized internal network, as that is they way we run things in our projects. i don't know if you can't help out with that but i'll explain below. @DrBu7cher sorry, i didn't properly explain myself. as i said above to David, I'm not just trying to build the project in Docker, but to build it within a Dockerized setup where this, the Hydra, and Kratos containers are all running within the same network, launched via a so i copied that same dir into the i don't know if either of you can help with this but this is the issue I'm facing and i don't know what to do. any advice or information you could give would be fantastic. but if not that's ok. i'm currently working with Vincent from Ory on this in another branch too. |
@mattbarnicle you need to set the |
You probably also need to set the following in the kratos config yaml: serve:
public:
base_url: http://some-host/.ory/kratos/public/ Also, don't forget to set the |
thanks for the feedback @lus and @davidspek. i already have those things set in my docker yml files. i just don't understand why they don't work with the values I've set them to. |
This is done now! |
Preflight checklist
Describe your problem
I am currently using the latest (alpha) version of this project.
I am aware that there is a reason that it is in an alpha state, so this issue should not be a complaint, but rather a question
Will there be a solution implemented to be able to complete Hydra's consent flow directly with this UI?
I really like its design and want to use it while focusing on other parts of my infrastructure before implementing my own.
Thank you very much for the hard work you put into your really nice products, I am looking forward to integrating them more within my application!
Describe your ideal solution
It would be very nice if this feature would be implemented in this UI.
Workarounds or alternatives
A workaround that would come to my mind is using the example Hydra consumer application just for consents.
Version
v0.11.0-alpha.0.pre.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: