Kinde

K

Kinde

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

Join

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...

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?...