Kinde

K

Kinde

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

Join

Sign in after organisation selection

When the user signs in and needs to choose for a organisation. The claims in the token does not show which organisation the user had choosen. How do we need to find out what the user choose?

Roles not added in .NET claims - ID Token

When following these steps https://docs.kinde.com/developer-tools/guides/dotnet-open-id-connect/ the claims not have any roles with them. What do i do wrong?

Kinde in Cloudflare Pages Function Middleware

I'm using a Cloudflare Pages Function as a middleware to check user authentication before loading any site assets. Using Clerk as an example, it looks kinda like this: const clerkClient = createClerkClient({secretKey, publishableKey}); const {isSignedIn} = await clerkClient.authenticateRequest(context.request, {jwtKey}); if (!isSignedIn) // ...redirect to auth provider...

we are seeing 504 gateway timeouts when getting the token

Hi, all our apps are down. Like I said in the title we are seeing 504 responses when getting the token. Can someone look into it....

How does refresh token actually work?

Hello, I am building a remix app and transitioning to Kinde for refresh tokens. I set the access token to expire in 1 minute to test token expiry. If token expires and we make a call to getToken() I would expect it to give back the header with refreshed access token since the token is expired....

Error 4179 when logging in with Microsoft

Hi, i'm getting since a few days the error code 4179. I already changed the secrets for the Microsoft connection. But without any luck.

Kinde + next-intl - redirect not working on Cloudflare

Hey, I ran again into weird issue on Cloudflare 😭 I am using Kinde + next-intl. Locally - all working as expected....

Multi-tenant (white-label app) design with subdomains

Hi, my nextjs app allows users to create their own apps to service their users, accessed by a subdomain (aka white labelling). I’m developing on localhost and getting state errors in the auth routing.
ITEM 1: Main app is working fine using a custom login page with http://localhost:3000 but I get state error (different id) with “app” subdomain:- ...

Callback URL Error: doesn't work even though i add it to the panel

Hi! My app's login uses Kinde. Today it stopped working and we don't know why, and users get this error on screen. I already have that URL in the allowed callbacks URLs field (It has always been there), and even though I try to add it again it doesn't work. No user has been able to login today because of that. Thank u beforehand!
No description

Export function not working - not sending confirmation email to my acc email

I am trying to export users but the confirmation email is not coming to my acc password...

Unable to retrieve authenticated user data

Hello , im making an next.js project with kinde , but when i want to retrieve authenticated user data in my route server component , it returns nnull

Error: State not Found

Hey, i'm building my pet project with Next Js and Kinde, but I'm a bit stuck with State not found error that i've encoutered for a while At first localhost was working correctly and error appeared only with deployed version, but it's in both versions. I'm hosting with Firebase...

Can't find Workflows

Setting up a workflow. Have used an example and placed in environment/workflows in my repo per docs but am getting sync errors (not finding workflows). Have been trying different things including a kinde.json config file with rootDir = "environment/workflows". Filename of workflow ends in "...Workflow.ts". Am at a loss what to try due to limited ways to debug.

Attempting to commit invalid token - OpenNext on Cloudflare

Hey! The issue around login vs prefetch was fixed on latest version of opennext, but now, on auth_callback I get into "attmepting to commit invalid token to memory" issue. Not sure what can be the reason? Locally it is working well, but configs are aligned....

Is the `Custom Domain` dropdown on Application Details page supposed to save?

I have a custom domain attached to my business, and another attached to a new organisation. When I visit any Application Details page, there is dropdown to select a Custom Domain, but when I change and save it or refresh the page it always resets to the first item in the list. Is this config value supposed to be saved, or is it just there to show me which custom domains are available?...

MCP Server

Hi Folks, Anyone aware of an MCP Server that's been created by the community for interaction with the Kinde API? Something like https://github.com/stripe/agent-toolkit...

Issue with Updating Text Fields on Password Reset Page

Hi! I’m running into an issue with updating text fields on the password verification page. I’ve customized the text (field labels and instructions) in the Kinde dashboard, but on the actual password verification screen, they don’t seem to update — the default text still shows up. The custom text updates correctly on other pages like login and signup, so it seems specific to this one. I would appreciate any tips. Thanks in advance!...
No description

Frequent logouts

I am using kinde auth with nextjs and react,but for some reasons I keep getting logged out intermittently. I can see the refresh tokens and access token setup properly in the cookies. At some point the Kinde auth provider hits this api, api/auth/setup and its returns not logged in. So I have to click on login again but authentication flow is not there, it will login me straight without email and passcode. What could be the reasons for the intermittent sign outs , I am pretty sure I have set the id token , access token , refresh token for a 7 days , 30 days and 6 months....

Remember Me?

Simple question. Is there a way to enable a remember me option on a browser when signing in with either email, google, or icloud accounts?

4179 error when trying to auth-n with Microsoft accounts

I'm getting a 4179 error when trying to log-in user to app with Microsoft sign-ins. Previously no issues. Google working fine. Seems similar to https://discord.com/channels/1070212618549219328/1306418669378736188
Next