KindeK
Kinde12mo ago
4 replies
Dave

Pass custom parameters through authUrlParams

I have a multi-tenant/multi-app application. I'm trying to pass a custom parameter in authUrlParams to then access in the token as a custom claim. How?

Code:- <LoginLink authUrlParams={{ mz_application_id: "123" }}>Sign in</LoginLink>

I've created a custom property for applications and marked it as public. The property passed in the token is null. I do receive a value if I set it through the UI, but this is not going to scale. Would love some guidance. Thx.
Was this page helpful?