Hi guys, I'm trying to get a complete OAuth2 regis...
# talk-hydra
c
Hi guys, I'm trying to get a complete OAuth2 registration flow with OID and Dynamic Registration to work in my dockerized setup. The app has already implemented: • a kratos login endpoint • a hydra client registration (using the new
/auth2/register
PUT
operation. However, when trying to login i get the hint:
Copy code
The OAuth2 request resulted in an error.
  Error: invalid_request
  Description: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. The 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls.
  Hint:
  Debug:
Can anyone tell me what [metadata?] field i need to update on the unauthenticated client & if this is possible using the public interface.
hydra runs on
<http://auth.mydomain.com|auth.mydomain.com>
while the kratos public interface is on
<http://dev.mydomain.com|dev.mydomain.com>
.
I can also turn this into an issue, but i'm not sure if it's something simple i overlooked in answering: For dynamically registered clients how do i set the allowed redirection uris from the public interface ?