Kinde

K

Kinde

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

Join

Best Auth method for my use case

Hello dear Kinde Team! Since Kinde has so many different auth methods, I was wondering what method you would recommend me to use? Use case:...

Create Account button on Sign-In Page

Hey, I trying to build flow when every user will be automatically added to it's own organization. For that I disabled sign-up button on sing-in page in application settings and instead managing sigup manually using is_create_org and org_name url parameters....

Logging out on refresh

Hi, I have react application with Kinde auth. On localhost everything works perfectly, you can log in and the session is persisted after refresh. But I have a problem with the project that is deployed on azurewebsites.net, so my url is something like this: https://myapp.azurewebsites.net. In here users can log in but are logged out after refresh, what might be the problem? The configuration on kinde dashboard looks good. this is my provider:...

Discord ID not saved in my kinde user

Hello, I am having an issue where I am using a request access page where the user register its email (needs to be its discord email adress). And later when I give access and the user can login via discord. I added the "Trust email addresses provided by this connection" so that the user with access given to his email its discord log in identity is added to the user in Kinde. But when I have this logic put in place, I don't see the discord user id in my Kinde user, but I see the user avatar for example....
No description

What counts as an monthly active organisation | also how can I have a user belong to multiple tenant

Hi thanks for your great support, hope you're having a great day. First off, on the pricing I notice you have a concept of monthly active organisations. Lets say I have a user belonging to 5 organization's and they login but don't switch into another org, does that mean only the orgs they returned tokens for count as active or all 5? Second question, I have a free tier in my app, but still want users to be able to create multiple tenants (ironically similar to the auth0 setup), the issue is that would mean that even a free tier user will need to belong to an organisation, this will be prohibitively expensive for me as I expect to have many times more free users than paid ones....

CORS Errors when using wildcards for allowed callback URLs

When using wildcards in allowed callback URLs in combination with a custom domain, I'm getting CORS errors when trying to retrieve a token from the oauth/token endpoint. Is this expected behavior? Actually detecting the validity of the callback/redirect URL works fine. Just that afterwards when I receive the login code on the callback and try to exchange it for an access token at the /oauth/token endpoint that we receive a CORS error. When I explicitly specify which URLs are allowed this works just fine....

Support for Vue?

Hi, Is it correct noticed that Kinde as for now do not have support for Vue? Best regards...

Error code 578 with EntraID

Hi Team, I'm trying to setup an enterprise connection with my EntraID tenant but no matter what I do I get the following error when trying to sign in:
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 578
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 578
...

Discord social identity name format

I am using this endpoint to fetch identities: "/api/v1/users/{kinde_id}/identities" Specifically, I have Discord turned on, and in the Kinde config portal I turned on "Social Identities" for the ID Token. I see the Discord identity is in this form where the INT is the Discord ID. ```...

Webhooks organization.deleted event has stopped working

Hi Kinde team, Wanted to check if there are no incidents on your end. I have a webhook configured to send events on organization and user events. I'm receiving the created and updated events but there are no events being produced for organization.deleted. I have the events configured on the webhook properly. The user events seems to be working fine....

Biometrics with Kinde auth

Our project is currently using Kinde auth and trying to implement biometrics feature for the mobile application (basically website turned into mobile app by Median, so we are using Kinde's react package) Can you point me to the right guide or doc to implement this if Kinde does support this feature? Basically, we would need to sign in a user via post request or API call, without redirecting the user to the Kinde sign-in page so that the mobile can store the user's credentials. Thanks in advance for your help....

Collecting phone numbers

Is there a way to collect phone numbers at sign up when not using the phone passwordless connection for authentication.

github provider not giving email address

So for a GitHub user that has emails set to private, is it just impossible to get their email address? My project has email read permissions and asks for authorization, but when I access the kinde user info I'm not getting any email address for the user....

Token request containing audience with trailing slash provisioned but missing scopes

We've had a couple instances of our API's consumers requesting tokens, but when setting the audience in their token request, adding a trailing slash to the audience domain. In the API definition in Kinde, the audience does not have this trailing slash. The result is that a token is granted (with the provided audience), but it has no scopes included in the token My expectation is that the request would either provide a token with the usual scopes (as if the audience had been provided with the exact correct domain/audience), OR the request would be rejected as if the caller had provided an incorrect audience. n.b. this appears to be the case for any amount of trailing path after the slash as well. Is this intended behaviour?...

React Kinde with FastAPI python

I have react application and I'm using there react sdk for kinde with provider. Now i have access token from react app My goal is to grab this access token from react app pass it into Headers and make an API call to my FastAPI python backend. How i can validate this access token on my backend ?...

Intercept Kinde Callback

Hello, I'm wondering what is the best pattern to intercept Kinde's callback URL and do some work before letting the redirect through? A current use case is that I have email invite setup where if user A signs up to Org X, I need to double check if user A was invited to Org X after they've signed up on Kinde via a Register Link. I've tried to add an onSuccess functino within handleAuth but I don't think it's working because console.log doesn't even show up in npm run dev. Would appreciate some suggestions, thank you!...

Kinde Auth Callback Issue on my domain

Issue Description: During the authentication flow on custom domain, users receive the following error on the callback URL: {"error":"The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."} ...

Automatic SSO Detection and Login

Hi there, I have a Next.JS web app with SSO login as well as email login. Is it possible to get Kinde to automatically detect a SSO login and pass the user in straight away? Thanks very much

Get access_token and id_token from a k6 load test

I want to write some load tests for my api and i need to get a token in order to do that. Since it is running in the background , I can;t use the browser for doing that. Any help will be appreciated...

Self-serve profile management

When I look at the Roadmap page, I see that the feature titled “Allow self-serve profile management” is in the now tab, how do we use it?