Kinde

K

Kinde

Join the community to ask questions about Kinde and get answers from other members.

Join

Biometrics with Kinde auth

Our project is currently using Kinde auth and trying to implement biometrics feature for the mobile application (basically website turned into mobile app by Median, so we are using Kinde's react package) Can you point me to the right guide or doc to implement this if Kinde does support this feature? Basically, we would need to sign in a user via post request or API call, without redirecting the user to the Kinde sign-in page so that the mobile can store the user's credentials. Thanks in advance for your help....

Collecting phone numbers

Is there a way to collect phone numbers at sign up when not using the phone passwordless connection for authentication.

github provider not giving email address

So for a GitHub user that has emails set to private, is it just impossible to get their email address? My project has email read permissions and asks for authorization, but when I access the kinde user info I'm not getting any email address for the user....

Token request containing audience with trailing slash provisioned but missing scopes

We've had a couple instances of our API's consumers requesting tokens, but when setting the audience in their token request, adding a trailing slash to the audience domain. In the API definition in Kinde, the audience does not have this trailing slash. The result is that a token is granted (with the provided audience), but it has no scopes included in the token My expectation is that the request would either provide a token with the usual scopes (as if the audience had been provided with the exact correct domain/audience), OR the request would be rejected as if the caller had provided an incorrect audience. n.b. this appears to be the case for any amount of trailing path after the slash as well. Is this intended behaviour?...

React Kinde with FastAPI python

I have react application and I'm using there react sdk for kinde with provider. Now i have access token from react app My goal is to grab this access token from react app pass it into Headers and make an API call to my FastAPI python backend. How i can validate this access token on my backend ?...

Intercept Kinde Callback

Hello, I'm wondering what is the best pattern to intercept Kinde's callback URL and do some work before letting the redirect through? A current use case is that I have email invite setup where if user A signs up to Org X, I need to double check if user A was invited to Org X after they've signed up on Kinde via a Register Link. I've tried to add an onSuccess functino within handleAuth but I don't think it's working because console.log doesn't even show up in npm run dev. Would appreciate some suggestions, thank you!...

Kinde Auth Callback Issue on my domain

Issue Description: During the authentication flow on custom domain, users receive the following error on the callback URL: {"error":"The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."} ...

Automatic SSO Detection and Login

Hi there, I have a Next.JS web app with SSO login as well as email login. Is it possible to get Kinde to automatically detect a SSO login and pass the user in straight away? Thanks very much

Get access_token and id_token from a k6 load test

I want to write some load tests for my api and i need to get a token in order to do that. Since it is running in the background , I can;t use the browser for doing that. Any help will be appreciated...

Self-serve profile management

When I look at the Roadmap page, I see that the feature titled “Allow self-serve profile management” is in the now tab, how do we use it?

Guys, can we please have better documentation for the Management JS?

The a is lower case but in the spec it's Upper Case.
No description

Error Code: 1656

Getting the error message below when I try to use the default configuration of kinde, it will do it on register and login- user credentials go into the system on sign up but it will display the message below after logging in. Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 1656 I am in a dev environment, I will supply env variables and kinde URLs when asked to do so for further support, thank you all for any help on this you can give....

How to Ensure Email is Included in User Profile Response?

Hey everyone, I'm integrating Kinde authentication into my Django backend and Flutter frontend. I’m retrieving user info from /oauth2/v2/user_profile, but the email field is missing from the response. What I've Tried So Far:...

Refresh token of removed user from organization

Is there a way to remove users from an organization and then update their refresh token so that they don't have access to the organization anymore? When I tested removing a user from their organization, I successfully removed the user from the organization but it seems like their refresh tokens doesn't get updated with the latest organization data. Console logging the output from getOrganization says the the user is still inside the removed organization. Seems like the organization will only be gone if they logout and login back in....
No description

Kinde Management API with custom domain

Hi Kinde team, Wanted to check if it is possible to use the Kinde Management API with a custom domain. I've tried creating an API but I'm unable to add any scopes to it....

Kinde + ParaglideJS in SvelteKit

Hi everyone! I wish to integrate Kinde into my SvelteKit app, which uses ParaglideJS V2 for internationalization. This means I already have code in my hooks.server.ts:...

Production "Not live"

I see a new badge saying "not live" in my dashboard next to the production environment. Logins seems to work. What does it mean / how do i bring it to live?...
No description

504 gateway timeout

We have started seeing gateway timeout responses when trying to fetch the token. This is impacting one of our product in production. We are seeing a new setting configuration and our production environment is tagged as "not live".
Can anyone help in getting this fixed?...

State Not Found

Hey folks, I'm getting this error here on Vercel Preview deployments. Prod seems to be fine. Wondering if anyone can help. {"error":"Error: State not found.\nTo resolve this error please visit our docs https://docs.kinde.com/developer-tools/sdks/backend/nextjs-sdk/#state-not-found-errorAuthentication flow: Received: 5bb2f205dff994476b08d5fa2982 | Expected: State not found"} I do have the the following on my next.config.mjs:...

Differentiating User Sign-Ups by Device Type

Hi there, I’m looking for a way to distinguish whether users are signing up from a mobile device or a desktop. I checked the Audit Logs, but this information doesn’t seem to be available there. Is there another log or data source, such as user agent information, that captures this detail? Thanks in advance for your help!...
Next