Kinde

K

Kinde

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

Join

flutter SDK and getToken

hi, I am using Flutter SDK and running into a situation where my accessToken and refreshToken have expired. As per docs I am using ```Future<String> getNewToken() async { String? token = await sdk.getToken(); if (token == null) {...

Org-scoped M2M tokens?

I'm looking to implement programmatic API access for our users so that they can setup org-scoped tokens on their own (for CICD for example). Is there any way to set this up?

how I can using Application homepage

I'm going to implement Kinde auth with Electron TypeScript , how I can using Application homepage UR

Invalid callback URL

Hey Kinde Team, Hope you are doing well. I feel this weird issue, where it says callback_url is not set to this particular_url even though I have set it. I am using Next JS 14. Development mode seems to work well. +I saw similar issues which were faced by other people here, some did mention that they solved it by deleting and re-creating the app. Well, It doesn't seem to work in my case....
No description

ext_provider claim not present in some cases

(Related to https://discord.com/channels/1070212618549219328/1248094123500769413) There are instances where the ext_provider claim is not provided in the ID token. The ext_provider claim isn't returned if the user had already signed in previously and is still considered logged in from Kinde's perspective. ...

Seeking Help with Customizing Logout Messages in Kinde

Hey guys, I started using kinde and I'm happy so far. However, I have some problems with customizing the text displayed by kinde. For example, the logout message shown by kinde can't be customized in the dashboard and is always the default. I can only see the following information in the Design Tab (see image). Shouldn't my own logout page be used anyway when I have set the NUXT_KINDE_LOGOUT_REDIRECT_URL environment variable? Thanks for any help you can provide!...
No description

Authentication flow: Received : key | Expected: State not found

I am facing this issue that seems that whenever '/api/auth/kinde_callback' is being requested, the app fails and there is this issue in the console of my Next.js app (mentioned in the title). Yesterday I did not have any issues, but today when I tried to work on my app, this is what I have faced

Roles in id token

Hi! I've searched everywhere but I can't find a way to customize the id token in order to include roles. Is this supported, or is it only possible with the access token?

update user email in code

Is there a way to use Kinde Management API to update the user's email ? I can update the given and family name doing so :
``` const client = await createKindeManagementAPIClient(); ...

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