Callback URL invalid
I'm trying to implement custom auth pages.
In my Python I redirect to the auth endpoint with both the connection_id for email+code auth and the email as emailhinty
Even though I have provided a callback url
https://localhost:3000" for testing, i then keep getting an error.
When I click on "Add callback to application now" it brings me to a page with url:
https://myorg.kinde.com/admin/cx/:nav&m:applicationdetails:::submenu&s:details&id:?callback_url=
where no application seems
to be selected. why?
In my Python I redirect to the auth endpoint with both the connection_id for email+code auth and the email as emailhinty
Even though I have provided a callback url
https://localhost:3000" for testing, i then keep getting an error.
When I click on "Add callback to application now" it brings me to a page with url:
https://myorg.kinde.com/admin/cx/:nav&m:applicationdetails:::submenu&s:details&id:?callback_url=
where no application seems
to be selected. why?
