Kinde

K

Kinde

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

Join

Paid features for development?

Is there any way to have paid features for development? or do i have to pay even if im in the process of building my app? i need more than 2 roles. and test features while building.

Integrating Kinde in Remote MCP Server

Hi, I'm developing a remote MCP server for use in Claude, Cursor etc. and trying to integrate Kinde. The MCP auth flow (https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization) needs to comply with OAuth2.0 Authorization Server Metadata RFC 8414 and Dynamic Client Registration Protocol RFC 7591 I have had some luck but the flow is failing with Kinde's /.well_known/oauth-authorization-server endpoint because it doesn't provide a registration_endpoint field (dynamic client registration). I've worked around this by defining my app as the security "issuer", returning my own oauth-authorization-server response and explicitly defining /register, /authorize, and /token endpoints. In /register I return mockup client ID and secret. It works but now I need to integrate Kinde. During the connection process in Claude.ai (or Cursor.. etc.) I want the user to be directed to Kinde's login. I think my app's /.well_known/oauth-authorization-server endpoint will still be needed as a proxy but I'm not 100%. I believe I will need to delegate the /authorize and /token endpoints and I'm unsure of what I will need to include in /register - forward to /login?? ....

Issue: production redirects to staging url

Hi, We've been using Kinde for authentication in our Next.js app since the end of last year. The app is hosted in Azure as a Web App, and within this Web App we have both a staging and a production slot. Each slot has its own set of env variables, including: ``` KINDE_CLIENT_ID...

Enterprise clients can see other enterprise clients on the login screen.

Every time I add a new enterprise client the login screen shows the full list of clients? Is there a way for me to turn off showing all the enterprise connections on the login screen?
No description

Intermittent Error: `Authentication flow: State mismatch`

Hello all -- I am working on a project, and using Kinde for auth (which I quite love). For this current project that I am working on, I've been intermittently getting this error as soon as I authenticate (with credentials). {"error":"Authentication flow: State mismatch. Received: <some-string> | Expected: <some-other-string>"} ...

Bug in UsersResponseUsersInner class with missing "full_name" field

Hello guys, I'm currently working on a Spring Boot project with Kinde. I'm trying to implement the feature to get all my users with the UsersApi using the kinde management api. The problem is that when I execute usersApi.getUsers(), it uses the UsersResponse type, which in turn uses the UsersResponseUsersInner type. In the UsersResponseUsersInner class, the "full_name" field is missing, and because of the implementation of this class, this error is triggered: Error retrieving Kinde users: The field full_name in the JSON string is not defined in the UsersResponseUsersInner properties. JSON: {"id":"random_id","email":"random_email","full_name":"random_full_name","last_name":"random_last_name","created_on":"2025-06-09T21:26:14.471781+00:00","first_name":"random_first_name","is_suspended":false,"last_signed_in":"2025-06-09T21:26:14.93068+00:00","total_sign_ins":1,"failed_sign_ins":0} I'm using this version :...

User invites on Self Serve Portal

Hey guys, new to Kinde as we are currently migrating our SASS project over from NextAuth. We had originally implemented everything ourselves, RBAC, user invites and management, etc. After migrating our dev environment, I have noticed that there is a "Self Serve Portal" for organisations. This looks really cool and it appears it would simplify our authentication, however after granting our test users the permissions to use the members features on this portal, there is no option for it? ...

MFA for select users

Is it possible to force MFA for certain users. We have a potential client that will have a large user pool for their organization, but they want their admins / high security individuals, specifically, to have to usa MFA. Everyone else doesn't have to use it. Is this possible?...

Passkey support in Kinde?

When Passkey support in Kinde?

custom domain in use

I’m unable to add a custom domain to my organization X — it says the domain is already in use ("Domain name already in use, try another one"). This might be because I previously used the same domain in organization Y, which I have since deleted. Is there a way to resolve this?...

How often will java sdk versions be released?

At the moment I see that the latest release is 2.0.1 (Dec 10, 2024). However I see that there may be recent bug fixes, dependency upgrades and changes at least in the springboot-core package. An example would be some code updates in kinde-core on 2025/5/16 and spring-security dep upgrades to kind-springboot-core on 2025/04/03. Would you guys consider doing a minor release more often especially for the springboot packages? If not, what would be the advisable way to approach this?...

Can't get Kinde nextjs working in Cloudflare worker

I'm trying to integrate Kinde into my opennextjs app. In local development everything is great. I can authenticate, and use permissions to selectively grant access to pages. It's super cool. In my dev deployment using opennextjs to a Cloudflare worker, however, it doesn't work at all. After logging in I either get one of these two errors: Error: State not found....

Does anyone know when kinde billing will be available?

Does anyone know when kinde billing will be available? Thanks...

Missing KindeSdkClient when using kinde-springboot-starter

Following the Java SDK docs, at the startup it complains of a missing KindeSdkClient, but there is no mention of this on the Java SDK docs or on Github. Is there a full documentation for the spring boot integration for authorization? The error messages: "Parameter 0 of method setKindeSdkClient in com.kinde.spring.KindeOAuth2AutoConfig required a bean of type 'com.kinde.spring.sdk.KindeSdkClient' that could not be found."...

Any experience with Kinde and Bubble.io?

I am looking to connect Kinde as an auth provider on Bubble.io. Should I connect Kinde as SSO provider? Where can I find my SAML/OIDC metadata for my Kinde account?...

Undetected SMTP related SEV in Production

Last week, our SMTP email was deleted in Azure, which caused an undetected SEV in Production where users upon registering with our application would not receive verification email containing OTP. We want to know why we did not receive an alert from Kinde that our SMTP connection was severed.

Can't logout using /api/auth/[kindeAuth]/route.ts

I'm currently using the NextJS SDK for implementing Kinde. Everything has been going great, but I have one problem: I can login and authenticate just fine. But I'm unable to log out of my app. A few notes: 1. I'm testing on localhost (haven't tried in production, because we're not ready to go live yet). ...

use org or user external id to make management api calls

Hi hope all is well, I have external ids for the users and my orgs also but the management api doesn't seem to let me use the external id in order to make api calls against it. Is there a way to use the external ids against management api calls?

Is there slightly incorrect wording on webhook update docs

On Sync users with webhooks https://docs.kinde.com/authenticate/enterprise-connections/mapping-users-enterprise/ In the section Sync users with webhooks, it says: "user.updated - when a user is added to an organization, their roles or permissions change, or when their assigned properties change" ...

I'm experiencing spam on my site — over 300 suspicious login attempts today using email OTP .

I'm experiencing spam on my site — over 300 suspicious login attempts today using email OTP via Kinde Auth. I'm currently using email-based OTP login. Can anyone guide me on how to prevent this kind of abuse using Kinde Auth settings or best practices?
No description