Welcome to the Kinde community.

P
K
A
A
A
Members
Brandan King
B
Brandan King
Offline, last seen 20 hours ago
Joined June 5, 2024

Hey, I've just noticed, it seems like our app is no longer redirecting us to our custom domain and is sending us back to the general domain

2 comments
D
B

Hey guys, do you have any docs or anything for getting Kinde to work locally through browserstack. Mainly around IOS. When using Browserstack local we need to us bs-local.com which seems to give me this error The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Redirect URL is using an insecure protocol, http is only allowed for hosts with suffix 'localhost', for example: http://myapp.localhost/.

1 comment
D

Hey, will it be possible to create a user but only allow them to have a enterprise identity for example

1 comment
D

How does kinde sync data from active directory, for example, if a user has logged in via active directory, but are then disabled in active directory. What is stopping the user just logging in via email as they are stored in Kinde still

1 comment
K

Hey, the getUsers api when passing in an email is case sensitive, so this means when searching for a user it won't bring back a user if someone has typed it in as uppercase

3 comments
D
B

what data is pulled when the sync on sign in option is turned on?

1 comment
K

Could some of the user focused apis be expanded to accept either the id or email? Just sometimes I am having to chain api calls to do something I could do in one if I could search by email. For example get user data endpoint

3 comments
B
D
O

Hey, how would you suggest handling the following in a NextJS app. A user has logged in, they are then suspended while their session is active. We want the user to then be logged out. Right now if a user is suspended during their session they are still logged in

19 comments
D
B
D

When setting the Kinde domain variable when I have a custom domain, do I use a the custom domain?

1 comment
K

Hey guys, when a user tries to login when the are suspended. Do we have any control over what that error page looks like. Just it is very plain / not a lot of information. Could we potentially even add a button that sends them to the same place as the logo url?

5 comments
O
B

Search on org users by name via the management api

7 comments
K
B

Hey should the list org users show the nextToken even if there is not another page? For example, I have pageSize set to 10, but only 1 user. I wouldn't expect to get the nextToken

2 comments
D
B

I'm trying to setup webhooks for my backend, which is a NestJS app that uses Fastify under the hood. I get the following error whenever I try to accept a request.

{
  message: `Unexpected token 'e', "eyJhbGciOi"... is not valid JSON`,
  error: 'Bad Request',
  statusCode: 400
}

7 comments
D
B

Hey, I'm trying to understand what the best way to verify my JWT. I originally was using the helper function in the management api sdk however, I saw that last week caching was added to the standalone package. Unfortunately I am unable to add the audience to the validate token method coming from the standalone package like I could in the management sdk.

Going forward, is it better to use the standalone packages for validating and decoding the JWTs

1 comment
D

using the management API can I get users by email rather than id

3 comments
K
B

get the organisation image set in org brand details

1 comment
K