Replies: 3 comments 5 replies
-
After digging up. I found I had not added |
Beta Was this translation helpful? Give feedback.
-
Hey, @AGMETEOR 👋 Glad to see it worked out 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hey @rdimitrov and @lukehinds thanks for looking at this discussion thread. I just have another issue on the enroll flow. After authorizing the app with extra permissions, the redirect to keycloak to this url I am wondering if you have encountered this in your local development environment? |
Beta Was this translation helpful? Give feedback.
-
Error:
error_description: The redirect_uri MUST match the registered callback URL for this application.
Hello. I am back again. So I have been trying to set up my local development environment and everything was going great until I hit a blocker.
I have created an OAuth App in my github account but I think the callback url referencing my local environment is wrong. The docs in the readme say it should point to
http://localhost:8081/realms/stacklok/broker/github/endpoint
. But when I try to enroll I get this page athttp://localhost:8081/realms/stacklok/broker/github/endpoint?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdocs.github.com%2Fapps%2Fmanaging-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch&state=AAAAAGWBxH5jhAH7anqA6mQH7KEpQtOVnqyuDqgGT7tS8WYhY64-cg
Here's my app setup
Beta Was this translation helpful? Give feedback.
All reactions