Eranga
KKinde
•Created by Eranga on 11/30/2023 in #💻┃support
Trouble handling callback from SSO always returns 400
I'm a bit stuck in this section https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#handling-the-callback in the documentation.
When I send the POST request to
oauth2/token
from Postman, I get a 400
status code everytime. I am also using PKCE verification.
I use this https://tonyxu-io.github.io/pkce-generator/ to generate the code challenge and my code verifier is code_verifier
.
This is my URL for creating the SSO login for our users: https://novade.kinde.com/oauth2/auth?response_type=code&client_id=279d4ec6490d402b817c4d7aec122373&redirect_uri=https://lite-staging.novade.net/login-sso&scope=openid+profile+email&state=abcdeftgh&code_challenge_method=S256&code_challenge=73oehA2tBul5grZPhXUGQwNAjxh69zNES8bu2bVD0EM
This is the URL, I try to send a POST request to and get 400
: https://novade.kinde.com/oauth2/token?grant_type=authorization_code&client_id=279d4ec6490d402b817c4d7aec122373&redirect_uri=https://lite-staging.novade.net/login-sso&code=XKRMtXK-SM4SorkGIZ2pJqycIXmY_EJfuEjk18yXBgU.jvdQuoUBYfJVk7Bm2JfW3S2KRu408iIlWzD2DrCBLLE&code_verifier=code_verifier
Am I doing something wrong with PKCE verification? Or any suggestion?21 replies
KKinde
•Created by Eranga on 11/30/2023 in #💻┃support
kinde_flutter_sdk not being recognised
Hello, I'm trying to use Kinde on my Flutter web app. I am mostly testing my web app using MacOS when I do my development. When I add Kinde Flutter SDK and try to run the web, I get this error:
[!] No podspec found forAny idea how tosolve this?kinde_flutter_sdk
inFlutter/ephemeral/.symlinks/plugins/kinde_flutter_sdk/macos
14 replies