Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Specify a redirect_uri on login? - Kinde
K
Kinde
•
5mo ago
•
1 reply
nick22985
Specify a redirect_uri on login?
Is there a way i can specify dynamically if a user clicks 1 signin button after login in it will go to
/dashboard
/1 however if they click another one it will go to
/dashboard
/2 as a example
i thought this may work looking at this but doesnt seem to work
https://docs.kinde.com/design/customize-with-code/understand-page-design/#set-the-page-default-export-function
login({
authUrlParams: {
redirectUri: '/dashboard/2',
},
})
login({
authUrlParams: {
redirectUri: '/dashboard/2',
},
})
Kinde docs
Understand Kinde page customization
Comprehensive guide for understanding Kinde page customization including React templating
, directory structure
, route mapping
, and server
-rendered JavaScript implementation
.
Kinde
Join
1,776
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Google Login missing redirect_uri when using "IoT/Device" login
K
Kinde / 💻┃support
3mo ago
Change redirect_uri in Remix framework
K
Kinde / 💻┃support
14mo ago
Usage of Application login URI
K
Kinde / 💻┃support
2y ago
UnhandledPromiseRejection on login redirect with SvelteKit
K
Kinde / 💻┃support
8mo ago