Registering URL encoded callback URL with Hydra client #2272
-
Hi Hydra team, I have a question with regards to usig Hydra, please excuse me if it too trivial 🙂 . I am trying to use Hydra as identity provider for my application. Plugin that i am using with my application URL encodes the redirect_uri, Thus it does not match with what i have registered with my App client in Hydra as callback URL.
Any pointers to handle this will be greatly appreciated! -Uday |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Thank you for contributing to this repository by creating an issue! Unfortunately, your issue lacks vital information, such as log files, the error message, the software version, your configuration or other pieces of the puzzle. Please also ensure that your issue is appropriately formatted. If you do not know how to write markdown, you can find help here. Helping you with your problem is only possible if you share this information, and it will save a lot of time of back and forth on your as well as our end! |
Beta Was this translation helpful? Give feedback.
-
Thanks for response. The problem that i am facing is my application builds the Auth URL as- Please notice encoded redirect_uri. I would not be able to change this behaviour and have non-encoded URL in here. So this encoded URL does not exactly match with Hydra app client that i have registered (https://application.test.com/callback) with and due to this, when i try to login Hyrda throws an error that redirect_uri does not match. As solution, i tried to register encoded URL as is with app client but hydra client update command errors out. Any pointers would be appreciated |
Beta Was this translation helpful? Give feedback.
-
@udaysarnaik is this still an issue for you? |
Beta Was this translation helpful? Give feedback.
@udaysarnaik is this still an issue for you?