Kinde

K

Kinde

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

Join

Refused to frame 'https://website.kinde.com/' because an ancestor violates the CSP

We're currently experiencing an issue with embedding our application within another application. We've implemented a custom sign-in page, and after users are successfully redirected from Azure AD, we encounter the following error: Refused to frame 'https://canopyroofing.kinde.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". I went through some of the discussions but could not figure out the solution. We will be embedding our app onto another app (We have a fixed domain.). Is there anything we can do at our app side or this need to if possible configured from Kinde side? ...

picture / ext_provider claim inconsistent

I use the claim ext_provider to determine who facilitated the login (Google, Facebook or Kinde). At times this value is blank. The problem is the picture claim can be in different formats depending upon where it comes from. For example, from Facebook it is an entire JSON structure. Previously, in Auth0, the equivalent of a picture claim was always a URL that we know we could use. Now, I have to determine if the ext_provider is Facebook, because if it is, I need to parse the picture claim and pull out specifically the URL and leave all the extra metadata provided. The problem with this comes about sometimes when I login. On occasion there is no ext_provider value. I think this is when I've already authenticated previously on Kinde so when I attempt to login, my request just goes right through. ...

Unmatched Route

Hi im using expo and am getting an unamtched route page could not be found go back gac-lawyer://192.168.0.4:8082/kinde_callback sitemap. This is only occuring on my Android device and works fine on IOS. When im loggin in im constantly being redirect to this page....

Attempting to commit invalid access_token token

Hey, I’m trying to setup kinde in my new project, but im getting this error: Attempting to commit invalid access_token token whenever I try to authenticate. Never seen this error before

🚨How to set up webhooks to make.com for new sign ups?

I tried to send a bunch of obvious events but when I press "start" to watch for webhook data nothing is received... https://www.loom.com/share/bd405076722b44f48c35301e517a88db?sid=5014d2fb-9445-4ad3-9e20-27362e55bda5...

Cannot log into Kinde => authentication timeouts

Hi team, kinde is timing out when you log in. AU region. Any idea whats going on?

Setting the audience for Nuxt to get token to be used with ASP.NET API

Hi, I am having issues assigning at audience to my tokens for my nuxt+asp.net application. I have followed the instructions for both sdks, and I have configured my jwt validation process as per: https://discord.com/channels/1070212618549219328/1181922100806680646 I have defined an environment variable in my .env file on my front end and I can get a token just fine. The issue is that the token doesn't have the aud defined (it's just an empty []) I have allowed the Kinde Management API access as per the instructions in the docs: https://docs.kinde.com/developer-tools/kinde-api/register-an-api/...

next.js 14 hostinger vps nginx pm2 - CORS related issues

I have been stuck on this same issue for days now. I cant seem to ficgure out what im doing wrong. but whenever i login to my app it correctly redirects me to /dashboard but when i click on a sublink i.e. /dashboard/edit the app wont be able to see my user session anymore. this is the error i get right after logging in (in browser console):...

Entreprise SSO

Is it possible for enterprise applications used by our users to redirect them to Kinde for authentication? For example, let's take Google Workspace as the enterprise application. When the user enters their email, Google Workspace redirects them to Kinde. Kinde authenticates the user and then redirects them back to Google Workspace. Can Kinde implement such authentication flows?...

Confused about Kinde implementation with Node/Express on the backend and React on the frontend

I wanted to use Kinde for auth for a real estate tool that I am building. I am using JWTs with a refresh token stored in a http only cookie. I wanted to use Kinde for signing in and up. What would be the flow between the frontend and backend for this

Next.js app router: is it safe to do the authenticated check in the layout?

In my current project I have added all the pages that need to be protected in the (firm) directory. Is it safe to perform the isAuthenticated check within the layout for all these pages? My use of the middleware would be a little more complicated, since I'm already adding a CSP configuration there that needs to be applied to both protected and non-protected pages. So if this would also be a safe option, it would make it a lot more simple for me, but I'm not sure if I'm overlooking some security implications here. ...
No description

503 after signup

Can't get to the admin page after registering for a free account using google sing in. Tried to delete cookies and sign in again, same result....
No description

IOS app review

Has anyone used kinde auth for IOS app??? Apple reviewers seems to have issue with "Create Account" screen with social login even if it is asking for user to enter their Name if the user does not exists in Kinde. Any tips on how to get around that?

"PropertyRequiredException: Issuer cannot be empty, js engine: hermes" error on Android APK

Hi everyone, I built my Expo app using EAS and built it as an APK, however when opening the app on my Android physical device/emulator it crashes immediately. On Expo Go the app works fine on both iOS and Android, and when building the app as a development build it works fine on both platforms. The build of the APK obviously succeeds but when I try to run it it just crashes immedietly. Below are the adb logs....

Kinde + tRPC + NextJS app router

has anyone managed to follow the Kinde guide for Kinde+tRPC with NextJS app router? https://kinde.com/blog/engineering/kinde-trpc-nextjs/. I can't see how its come from a working code sample. In route.ts they have this const createContext = async ({req, res}: trpcNext.CreateNextContextOptions) but trpcNext is not imported and in trpc.ts they have export const createTRPCContext = async (opts: { headers: Headers; auth: kindeAuth; }) => { return {...

Error not found /api/auth/login

Hi, I keep getting this error lately in my Sveltekit app which is using Kinde auth at https://gfeed.app. Even though I am able to log in but in the background this error is raised. Would anyone have any idea to what might be going wrong?

Migrating MEAN web application (ExpressJS+MongoDB+AngularJS) to Kinde

I want to integrate a username+password along with google SSO in my web application. My frontend is built using AngularJS My backend is built using ExpressJS I also store my data in MongoDB I have a custom login page, in which I can either let the user connect via their username & password or they can Continue with Google....

Kinde + Supabase + WeWeb

Hi team, The article last month to run Kinder with Supabase was really useful to consider how the two might work together. I am looking to build another product in Weweb and Supabase....

Quick and Urgent about logout component

import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
Does the logout component only work inside server components ? I turned my component into client and I've not been able to logout since then...