NextJS Kinde Management API troubles
Hello,
I have a nextjs project using the @kinde-oss/kinde-auth-nextjs package and I am having trouble using the management api.
I followed the docs by adding the credentials to env file and enabled the management api for the project doing the following: Navigate to Settings → APIs → Kinde Management API → Applications and enable your Next.js app.
Then I implemented the following code to retrieve a Kinde user by its id:
```...
Enforce phone MFA for a specific user via API
Hi all,
Is it possible to make MFA optional for everyone and enforce it to a specific user via the API? Thank you
Ignacio...
Email empty after CSV user import
CSV file with 1 column, in the following format:
email,
[email protected],
...
Having trouble setting up SAML
I'm trying to follow this guide (https://kinde.com/docs/authentication-and-access/custom-saml/), but encountering a "500 Internal Server Error" after the user is redirected back from the IdP. My IdP in question is Keycloak. Are there any guides specifically for Kinde (SP) + Keycloak (IdP)?
Thanks!...
NET.::ERR_CERT_COMMON_NAME_INVALID
once in a while some customers get NET.::ERR_CERT_COMMON_NAME_INVALID error from kinde, why is that? and how to fix it
adding a loading state to the SignIn component in NextJS
On clicking the sign in button it seems to take quite a few seconds for the kinde login page to load… anyone got any patterns for adding a loading state to the button?
Login to Org using Next.js Login Link
I can't seem to get the loginlink to work. I click the link/button and it does nothing. When I hover, the link looks correct? See attached screenshot (at bottom). No network call happens.
```
"use client";
...

Updating custom properties
Is there any additional documentation for than this section for using the management api through the nextjs-sdk (app router)?
https://kinde.com/docs/developer-tools/nextjs-sdk/#kinde-management-api
Just looking at it and can see additional methods, for example, client.usersApi.updateUserProperties but cannot seem to find any docs for the methods....
how long does it take for cert to be issued?
Pretty much that, we see on dashboard that cert has been issued, but when we try testing login this is happening.

Cors error on redirect
hey there I'm getting cors error on signup redirect when users sign up, this doesn't happen in local environment only on production, I've deployed my project on Vercel
Nuxt, router.push("/api/login") raises 404 error
router.push("/api/login") redirect /api/login but it raises 404 error, however when I refresh the page it works, what should I use instead of router.push ?
Auth works in Development but not on Prod
hey there, I keep getting this error:
Invalid callback URL
The callback URL provided is invalid.
You provided:
https://www.chatswithpdf.com/api/auth/kinde_callback...

Architecture idea for B2B2C app
Hi guys! Just integrated Kinde last week for my MVP, loving the product so far 🙌🏻🙌🏻
Just wanted to know your thoughts on the best possible architecture for my authentication flow
In short terms, the app is a “B2B2C” schema. I’ll have two kinds of “user types”: “Nutritionists” and “Patients” ...
Manually fetch user
nextjs sdk:
Is it possible to fetch the user inside a function? Because on component mount, it's null. Then after some time, it loads. I want to track the progress with a loading state like the other fetches in fetchData. How do I do that? It's running the useEffect twice which messes up the loading state.
```
const ListingContent: React.FC<ListingCardModalProps> = ({ listing }) => {
const [loading, setLoading] = useState(false);...
testing best practices
Hey folks,
Looking into Kinde the last days I am pretty confident I want to use it for my product.
Last thing I need to find out is how to properly integrate it in my ci cd pipeline. ...
Unable to make a POST request to retrieve a token with `grant_type` of `authorization_code`
I'm attempting to follow the "Quick Start" guide on signing in users. I have successfully retrieved the
CALLBACK_AUTHORIZATION_CODE
, but when I attempt to request the token I get a 400 error.
I'm following this documentation: https://kinde.com/docs/developer-tools/using-kinde-without-an-sdk/#handling-the-callback
The request I'm making is to:...Github connected apps
Hi, I've been struggling to set up a Github login via Connected apps. I'll try to explain it briefly. I'm a newbie so excuse me if anything I'm missing is an easy one.
I'm trying to authorize my Github app when logging in however, if I switch off the Github social sign-in on the Kinde dashboard, the default Kinde login button component redirects to a page where there is no "Login with Github" button. I assume in this case if I use Connected apps I should handle this transition page myself. But then am I gonna be able to receive the logged-in user's data within my app via
getKindeServerSession()
?
I've been searching through the docs and I'm quite confused with the settings of the login options....Kinde Pro subscription + Expo question
Hi,
Together with a group of several colleagues, we are creating a non-profit project for an event at our university for students. It is an IT conference where students from local schools attend workshops where they scan QR codes, thanks to which they then take part in a prize draw.0
We used Clerk but unfortunately it does not meet our capabilities, so we decided to use your solution. This raises two questions:
1) Does your SDK for Expo also work with Expo-Web? We need to create a PWA that will also work on iPhone and unfortunately we don't have Macbooks/Expo money to release an app for IOS.
2) Is there a chance to get your Kinde Premium service? Actually, we just need the ability to add more roles - User, Administrator, Volunteer and Lecturer. Of course, I have a student email address with which I can confirm my academic affiliation (University located in Poland, if it matters)...