-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kinde Support #344
Comments
@andrefmarques , please confirm that the login flow works. have you tried “nested” injections? https://docs.authcrunch.com/docs/authorize/headers#nested-data-source |
Yes, I can login and access the links configured. |
@andrefmarques , please try configuring the following and see whether it propagates.
|
I've tried with
And it's not propagating |
@andrefmarques , I suggest you somehow bring these props to |
Any tips to find out why fields such as |
Hi!
I'm testing Kinde, and I've configured authcrunch and Kinde to successfully login.
However I'm facing 2 issues:
The first one is that the roles are only available on the access token. I've confirmed with their team that this is the case.
Is there any way to configure the service to read them from the access token instead of the id token?
The second is that custom fields are not appearing on the /whoami page.
The id token retrieved from logs:
The output in /whoami:
I was expecting to see the fields
org_codes
,organization_properties
,organizations
anduser_properties
since I'm usingextract all from userinfo
in the Caddyfile:I'm using ghcr.io/authcrunch/authcrunch:v1.0.11. Let me know if I can provide more information.
Thank you!
The text was updated successfully, but these errors were encountered: