Kinde

K

Kinde

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

Join

Not able to create/read environment variable using management API

I'm trying to create an environment variable using management api: import { EnvironmentVariables } from '@kinde/management-api-js'; I've set all the scopes related to environment variables in M2M application already. Though whenever I try to read/create environment variable I'm getting below error: ```S [ApiError]: Invalid request....

Set application properties in M2M token using management API

I've set the flow to create a backend application in Kinde when a user requests it using management API. At that time I'm also setting app properties with it because I want that property in my M2M token. How to enable those properties to reflect in my M2M token with management API? ...

Has anyone got Kinde Auth working with the Supabase browser client?

We need multi tenancy and somewhat advanced role and permission based RLS policies. Because of this, we were hoping to use Kinde for our identity provider alongside Supabase. I've been able to get server-side requests working by following the Kinde and Supabase blog, however we rely heavily on the supabase client-side SDK as well so need this to work if we are to switch to Kinde auth The createBrowserClient function from Supabase does allow you to pass in a custom access token, ```...

Being billed but do not remember account name

Good morning, I am being billed for Kinde, and honestly I love the product, but I am not moving forward with that project and I just realized I have been paying for it for the past few months and I don't even know what account it's under! I can provide the financial details privately. Thank you for your assistance!! -Merrill...

Authentication on Android devices not working properly

After setting up Kinde sdk for my flutter app, i'm getting this on my android device whenever i try to hit the login button: Invalid Callback URL Looks like the allowed callback URLs in your Kinde application don't include the one below: You provided: com.example.deploy_test://kinde_callback...
No description

Revoke assigned tokens for particular audience

For an application I've created multiple APIs with different audiences. Now I've generated some access tokens using different audience in request. Now I want to revoke all the assigned token from a particular audience and when that token is passed to authenticate it should deny. How can I do that?

Flutter SDK Update Timeline Request

Hi Kinde team, My team and I have been using KindeSDK for authentication across our company's Flutter-based products, and we're really looking forward to the next release. The last pub.dev update was 9 months ago - We're particularly excited about official web support for authentication, I noticed PR #28 was approved two weeks ago, which introduces web support along with several important fixes....

Check if people are not creating multiple users from the same IP

Hello. Is it possible to check whether people are creating multiple users from the same IP address? I'd prefer to use the Kinde UI for these insights, or at least have access to an export that I can analyse in Excel. An API solution would be also okay, as last resort. I found that IP addresses are recorded in the User Activity Log, but this requires visiting each profile individually to compare IPs, which isn't feasible at scale.

Token Not Valid Failed to fetch

Token not valid! OE [Error]: Failed to fetch https://tooniapp.kinde.com/.well-known/jwks.json: Response time-out (after 1500 ms.) at Timeout.<anonymous> (C:\Users\Dell\Desktop\TCC\app-back\node_modules@kinde-oss\kinde-node-express\dist\index.cjs:313:97995) at listOnTimeout (node:internal/timers:581:17) at process.processTimers (node:internal/timers:519:7)...
No description

"Permissions parameter is required" when updating Role Permissions

I am invoking this endpoint of the Kinde Management API to update the permissions of particular Role: https://docs.kinde.com/kinde-apis/management/#tag/roles/patch/api/v1/roles/{role_id}/permissions However, the following error object is being returned:...

Getting "Unauthorized - invalid credentials."

Everytime while making Kinde api call, I'm getting "Unauthorized - invalid credentials." I'm also velidating my token using validateToken() method from @kinde/management-api-js package, though my token is valid now it's returning error: "Unauthorized - invalid credentials."...

Chrome blocks access to gamma.kinde.com

Hello, I keep getting this error when I get redirected to gamma.kinde.com ERR_CERT_COMMON_NAME_INVALID Tapping on it, subject says: ec-sabrehotelbooking-v1.rit.choiceedge.net...

Subdomain first party cookies

Hi, I'm trying to set up first-party cookies for our app at app.ourdomain.com and running into some issues. Here's what I tried: 1. Setting up ourdomain.com in Kinde Custom Domains. It verified fine, but first-party cookies didn't persist....

OTP Codes not being sent

I'm trying to create new users and on first time login you need the Code to verify the account, these aren't coming though. Even Resend Code seems to do nothing at all. I'm kind of stuck as there is no other why to verify an account. There use to be an option in the user management but that seems to have been removed, so without the code I can't add users.

Get request body data in workflow

Hello, I'm creating a workflow for M2MTokenGenerate event. When I make a call to the /oauth2/token endpoint, I'm also sending some data in the body, which I want in the generated M2M token. Can I get that data from the api in that workflow function parameters? What I want is when my server is calling the API to get M2M token, I want a token with custom claims org_id and project_id which I'm sending in the request. Can I get that in the workflow function or not?...

Customer account management

Hi there, I am using kinde in backend Web application without an sdk. Was nice and easy to set up. I am trying to figure out how to approach features like customers deleting account / changing credentials. Am I correct in saying that kinde doesn't offer a customer portal for things like this? I anticipate being able to do this manually via api, but after a little reading I am unsure on implementation/ pricing of this. A little bit of guidance would be appreciated

Refresh session in nextjs app router sdk for client UI

Hi Kinde team, I'm implementing RBAC in my Next.js application and have a question about keeping permissions in sync. When I delete a permission from my admin panel: 1. How do refreshToken(), refreshData(), and refreshUserClaims() differ functionally?...

Getting State not found error

Hi, My name is Karan, I have encountered a problem with kinde in nextjs The issue is that I get "Error: State not found" when a client tried to login on my website, I have checked the docs for this issue and made sure that all the urls including the ones from my kinde dashboard and website env all point to the same domain...
No description

Rotate M2M Application Secrets via API

The Kinde Management API doesn't seem to include any way to rotate the client_secret of an M2M application. We're using programmatically created applications to provide integration access to our own API, authenticated with Kinde. Creating applications and authorizing our API works fine. But there doesn't seem to be any clear way to rotate the client secret via the API. We can work around this by deleting and creating a new application; but... well... the regular Kinde admin portal has a lovely Rotate button. Why can't we?...

Flutter auth, on iOS it is redirecting correctly to home page, but on Android it just loads forever

Login functionality is loading forever while on android, but on iOS it is correctly redirecting me to home page! I followed every single instruction on the docs but still getting this issue, Are there any specific code that should be added to AndroidManifest.xml or any other file to handle this? thanks in advance! PS: while creating users it does the creation successfully on Android, which means the problem is within the callback url imo...