Kinde

K

Kinde

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

Join

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

Not Receiving Email With .NET

Good Day, I am trying to get email back with my claims and not figuring out how to get that working. I am signing in using an email address. builder.Services.AddAuthentication(options =>...
No description

How to remove a workflow?

Ive connected a git repo and now it’s stuck there forever πŸ˜‚ I couldnt get workflows running and now i just want to remove it...

organizations name

I'm using the Nuxt module and trying to get the organizations array with both name and id fields like the one shown in the docs at https://docs.kinde.com/authenticate/manage-authentication/navigate-between-organizations/ I've been able to get the org_codes, but not the names. I'm equally happy with getting this value either client or server side. Any suggestions? Details...
No description

Add Social Connections for self-hosted GitLab instances?

I'm looking to migrate from Auth0. We currently support login from self-hosted GitLab instances: - Multiple GitLab social connections - Custom OAuth authorizate, token and userinfo URL Is this currently supported in Kinde?...

Adding org `handle` to the id token’s `organizations` array

I looked everywhere and can’t seem to figure it out! can someone help me? I’m sure it would be a custom workflow or something but there aren’t that many docs on the subject we can easily add an organizations array but they do not contain the org handles or external_ids...

Do I need to get ALL organizations just to find one matching the handle?

My URLs are shaped like studio.inploi.com/<ORG_HANDLE>/<PAGE> I would like to be able to get the organization matching the handle from the server, but there is no way currently is that correct? Im pretty sure this would be a very common use case...