Kinde

K

Kinde

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

Join

Force refresh organizations

Hello Team, My scenario: - User signup and defaults to default org 🙂 - User has possibility to create organization...

.NET SDK User update issue

I am having an issue updating a user via the .NET SDK. When using the token and user ID from my .NET web app on the Kinde API docs test request the user is updated without any issues but when trying it through the SDK I dont get any exceptions but the details dont update. Am I missing something/doing something wrong? I can always call the API directly from my web app without the SDK but I would prefer to continue using the SDK. Please see the test request in the image provided and the C# code below. "await EnsureClientAuth(); var usersApi = new UsersApi(_client); var request = new UpdateUserRequest...
No description

Need to remove this on all sites

:klaxon: Hi team - please assist in removing this from any site it may be added to - this is for security reasons. (Was not sure it would be made publicly available) https://www.answeroverflow.com/m/1427124898307903519 reference: https://discord.com/channels/1070212618549219328/1427124898307903519...

Insecure Connection - Expired Certificate

I am receiving an insecure connection error on a custom auth domain https://development-auth.evidentful.app. It mentions that the certificate has expired. Attaching screenshot of the error message.
No description

listing users via api returns the wrong identity

Hi, when listing users via /api/v1/users?user_id=<kp:123> we get a different identity back kp:456. This is a major issue that's impacting the functionality of our product. Can someone please look into it? Here is the curl: ``` ❯ curl --location 'https://ankor-dev.au.kinde.com/api/v1/users?user_id=kp%3A472264654f30408f8e84c2b0f7347edd&page_size=1' ...

Ability to change subscription success page text? "Your payment details are in the vault!..."

https://example.kinde.com/auth/cx/_:nav&m:subscription_success&psid:... Provides the text below, can we change it anywhere? I don't see the option under “Design”.
Your payment details are in the vault! Take your business to the next level with your new plan....

Next.js 15 + Kinde Auth – Protected routes not working after logout

Hey, I’m new to Next.js and I’m having the following issue: I integrated Kinde login into my app, and login itself works fine. Afterwards, I want my routes to be protected – meaning that after logout I shouldn’t be able to access my pages/routes anymore unless I’m logged in. The problem:...

[Billing invoice] How to get invoice for the payment

Hi team, we are on the Plus plan and we have a card added already for the monthly payment. However, I am not able to find invoices for the payment on the portal. I am the admin of the account amd dont see it in the email too? Could you please help me with this?...

Confused how to display pricing table for authenticated user?

Currently, I am disabled presenting a pricing table to new registrations. However, I want to provide a URL to a registered user that displays them the appropriate pricing table. e.g., pricing_table_key=client_plans However, I am confused what URL I can use, is there a URL I can create for an authenticated user to view the pricing table? I use ExpressJS, and can setup a route that checks auth, and if authenticated provides the pricing table....

Blocked CSS on Android auth page (custom domain)

I'm using a custom domain login/register page with my ReactNative+Webapp and the standard page, no custom hosted auth page. Everything works in IOS and web, but on Android, the login page shows up unstyled (plain HTML) in the in-app browser. In the source, I can see that there is inline CSS, but it's not applied. The same problem persists when I open that page in Chrome. Any ideas on how to solve this?...

How to implement a custom pricing table?

The docs mention that it's possible to create your own custom pricing table, but I cannot see anything about an endpoint which provides data about my plans. It would be nice if there were a way to get the plan names, descriptions, features, prices, etc from Kinde and use that data to populate the price table on my homepage. Is this possible?

Device Flow and refresh tokens

I'm implementing the device flow for an Adobe plugin - am using device flow as there is no easy way to handle the PKCE callback inside the plugin sandbox, so my option are limited. Everything works fine, except the device flow is not returning me arefresh_token to use, so I have to make the users go through the enter code/sign in/confirm app process every time the access_token expires Most other IdP's seem to support a long lifetime refresh token as well as the access token, and often also some way to revoke the refresh token for a device. Is this approach not supported in Kinde, or am I missing something in setup that would provide me with a refresh_token?...

Expo Access Token Authority

I'm currently using the Expo SDK and it works great. My only issue is that I can't find a way to provide an authority (or list of authorities) to ensure we retrieve an access token for a registered API. The Expo config only has these values (KindeAuthProvider.tsx): `type KindeAuthConfig = { domain: string | undefined; clientId: string | undefined;...

New user registration, choosing plan, but not being taken to Stripe checkout

A new user is registered, chooses a plan from the pricing table, but then is redirected back to my base url rather than checkout? https://abc.xyz/access/?code=8joSQFqLq3Uxb69z0BJPs6ESaA5MdlpYi9E1dfo3IwI.aHkJi0IH_QTlujTTd510apsONeEBM94ZkjT0MIyrheU&scope=openid%20profile%20email&state=729dca0db598402ec9a6a9c794f3 If Stripe is correctly connected, will I automatically put the user into checkout, or do I need to configure something with my /callback URL?...

Clicking "Connect Stripe account" button is doing nothing. Tested both Chrome and Firefox

I am no longer able to connect Stripe to Kinde. The button under settings > billing no longer does anything. I tried Firefox, and fresh installation of Google Chrome (Version 140.0.7339.207 (Official Build) (64-bit)), and the button doesn't do anything?

Encore framework integration

Provide an example of correct integration with the encore framework. https://encore.dev/docs/ts/develop/auth https://github.com/encoredev/encore...

Register Autofill

Is there a way to auto filll firstname and last name when registering. You can populate the email with login_hint was wondering if i can do this with first name and last name?

I want to skip the login and page and go directly to the OTP page since I am using a custom UI

Full Story : I am creating an internal appliation for a company where the first page is the login page, I have managed to use my UI for login page and used the connection IDs to route to the kinde auth flow, the problem is that with email + code flow, despite providing the email, I am routed to kinde's login page with the entered email prefilled, this seems redundant for the user to click sign in twice, is there a way to skip this page and go directly to the OTP page, ( or alteast not have user...

Best way to handle user invites for multi-app?

Wondering if I could get some guidance. My use case, I have an admin app(Next) and an employee app(Expo). What I am wanting to do is allow my admin users to invite other users who can be either have an admin role, or an employee role. Where I am getting stuck is the routing for this. the admin app might be on a.domain.com and the employee app on b.domain.com, with my kinde domain using auth.domain.com. Any guidance would be wonderful. Thank you!...

organization users api response

Hello Team, When i access /api/v1/organizations/org_XXXXXXX/users I get good response with all users, also SUSPENDED. is there a way to. customize API response to have there is_suspended properity? In the same way as it is included in other general user endpoints? Or there is another way that i don't see to get that info for all users in specific organization? ...