Kinde

K

Kinde

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

Join

Is there a way to set a user's password on the Kinde platform?

I am trying to make a demo presentation for my application and need to make a dummy user. It would be very convienient if I can make this fake user while im logged into kinde. Setup the user and password. That way I can just log the dummy in and do the demo. Is this possible?

Cannot login when doing local development on mobile device

I am doing local development, so I've added the following as my allowed callback URLs: http://localhost:3000/api/auth/kinde_callback http://192.168.8.167:3000/api/auth/kinde_callback (my macbook's local IP) ...

How to allow specific emails to login with auth0?

I want to only allow specific user to login with google login how to do that in kinde?

Fetch user role in nextjs-app-v2 sdk

Hello, I wanted to fetch the user role of the currently logged in user without calling an api, Please provide the solution for the same. I'm using nextjs 14.0.2 and kinde-auth-nextjs-app-router-v2 sdk. It will be good if I can get in kindeServersession same as how we get an access token and user profile...

typescript SDK session manager

hey, i'm going through the typescript sdk docs (i'm adding to a bunJs + ElysiaJs app) - https://kinde.com/docs/developer-tools/typescript-sdk/ and I'm at the section about sessionManager and it says This would need to expanded to handle multiple sessions. is this something that we're expected to build ourselves, or is this a common interface where i can just pass redis into here or smthn?...

Authentication flow state not found with NextJS Middleware

Hello, I had issue when combining NextJS Middleware and Kinde I got error when successfull Signin / Register, and Kinde trying to navigate to callback http://localhost:3000/api/auth/kinde_callback . Error looks like this: ``` ⨯ Error: Authentication flow state not found...
No description

Dangerous Site Warning using custom subdomain

Got a dangerous site warning on Chrome mobile (android) when attempting to login to my app using the custom subdomain that I connected to Kinde. In my Kinde dashboard, it shows SSL certificate is provisioned for my custom subdomain. How can I fix this?...
No description

How to design proper structure for organizations, projects, and users in kinde

I want to design an app that allows users within multiple organizations, and each user should join project which is managed by the organization to interact with services. In addition, user in one organization can invite external user of another organization to the same project. The simplified diagram is shown as the picture. How to setup those architecture in Kinde?
No description

This client must include a code_challenge when performing the authorize code flow, but it is missing

Hey! I'm using the NextJS App Router v2 integration with the example Dashboard application from Next. When logging in using Google or Microsoft I get the following error: {"error":"invalid_request","error_description":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. This client must include a code_challenge when performing the authorize code flow, but it is missing."} ...

Generating Access Tokens

I'm using the Kinde Management API. I've run into an issue where the Bearer Token (access token) I've generated in Postman expires after 24 hours. I understand that I can solve this by generating a new one for each API request that I want to perform, but I cannot figure out how to do so. The documentation (https://kinde.com/docs/build/get-access-token-for-connecting-securely-to-kindes-api/) for generating one through Postman is really thorough, but the NodeJS one isn't that much. Could you guys expand on the existing Node.js fetch example documentation? What should I do with the response in order to get the access token?...
No description

Type definations for nofe express alp

Hi kinde support team i am getting this error is there any fix or work arround? 2. Is custom claim is supported or not? Like what if we want to add a extra field in the access_token? 3. Also in frontend i want users "username" to be filed in the signup page how can i do that???...
No description

Unable to Complete Login Process - Authentication Error

I'm reaching out for assistance with an issue I'm encountering during the login process. I've successfully navigated through the authentication steps and reached the point where I'm verified with a confirmation code. However, I'm unable to complete the login process due to an error that appears post-redirect. The error message displayed is: "ERROR: Something wrong when trying to authenticate. Reason: cancel" This issue prevents me from accessing my account, and it occurs right after the verification step. It seems like the authentication process gets cancelled unexpectedly. Could you please provide guidance or a solution to resolve this issue?...
No description

Audit log missing details

I'm seeing some audit log entries with missing details. Is this a bug?
No description

Automatically set token in header

From my understanding in "normal" .net authentication flow the back-end authenticates user based on the cookies whereas with kinde i have to: 1. GetToken() 2. Set token in header Authorization: Bearer token Am i correct or am i using a bad authentication flow?...
No description

HTTP 429 Too Many Requests

My application makes some calls to the Kinde API from our backend. On Tuesday at 1:24pm (UTC) we saw a spike of HTTP 429 responses from the Kinde API. Can you help me understand the rate limits which apply to use of the Kinde API?

Error ID_REQUIRED when calling POST /v1/user

I am trying to use the Kinde Management API to create a new user. I have already configured everything properly. When calling GET on /v1/users it responds with 200 and shows me a list of my users. ...
No description

Difference between M2M API and Back-end API

I'm following the Kinde docs (https://kinde.com/api/docs/#kinde-management-api) to use the Management API, and the first step is to add a machine to machine application for API access. I'm a bit confused: what is the difference between using using a m2m application for API access vs the existing one (Back-end web) I had already created for my NextJS app? Since it also provides me with the domain, client ID/secret....

Malformed auth_url

Hey need some assistance here, I've been stuck here for days. I've deployed a rails application on webapp.io and everything runs smoothly but when I try to login by going to KindeSdk.auth_url the ulr that comes to the browser is https://oauth2/auth?client_id=<......> Can you help?...
No description

Updating a User: changing email address

I'm looking into the Management API to figure out how to update a user's email, if they want to change it. I couldn't find a way to do that, since the Update User endpoint has no 'email' field. Additionally, I was surprised to see that the 'id' parameter is not required to update a user? How does that work?...
No description