Its possible to make the "Redirect URI" editable? #87
-
Is it possible to make the Background:
The default login flow works, but when i try to use SocialLogin with GitHub i get:
I get this because i set the callback URL on github to: My assumption is that i need to configure the If i set callback URL on github to: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @EnricoVogt :) Thank you for the question! This is currently indeed not easily configurable. The biggest problem is also that GitHub only allows one redirect URL per client. My recommendation would be - for testing - to set up another Social Sign In provider with GitHub and a new GitHub client with the Redirect URL of We're working on resolving this issues with a better approach though, but we're not 100% there yet :) |
Beta Was this translation helpful? Give feedback.
-
Hey @aeneasr , maybe i misunderstood, but even if i create another "github local" provider im not able to set this value, because the field is disabled in the ory-cloud interface (Screenshot: https://imgur.com/a/0oghcu9). I set correct redirect URL on Github-Site (Authorization callback URL=http://localhost:4000/.ory/self-service/methods/oidc/callback/github), but Kratos still asking with its default host: |
Beta Was this translation helpful? Give feedback.
Hey @EnricoVogt :) Thank you for the question! This is currently indeed not easily configurable. The biggest problem is also that GitHub only allows one redirect URL per client.
My recommendation would be - for testing - to set up another Social Sign In provider with GitHub and a new GitHub client with the Redirect URL of
http://localhost:4000/.ory/self-service/methods/oidc/callback/github
and name it e.g.GitHub Local
.We're working on resolving this issues with a better approach though, but we're not 100% there yet :)