-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Prerequisites
- I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
Describe the issue
I was setting up a Python application to test Kinde features following the instructions from Starter Kit page and documentation.
I cloned the Start kit repository and copied the above variables to my config.py. I started the Flask server and navigated to the home page. The Sing Up feature seemed to work fine (the code was sent to my email), but after authenticate I was redirected to a Not found page.
After a couple of hours struggling to find the issue and reviewing this README I figured out that the KINDE_CALLBACK_URL
provided in Starter Kit (Quick Start) page was not correct (first image). I replaced it in my config.py and the application details in Kinde portal with the one from README (http://localhost:5000/api/auth/kinde_callback) and the Sign In started work.
The Starter Kit page and the README don't not match, so it may lead the user to confusion, specially new users like me.
Starter kit URL
https://github.com/kinde-starter-kits/python-starter-kit
Operating system(s)
Ubuntu
Operating system version(s)
Ubuntu 20.04.6 LTS
Further environment details
Firefox 124.0.2 (64-bit)
Reproducible test case URL
No response
Additional information
No response