prullebakje.
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Roles not added in .NET claims - ID Token
Only thing that needs to happen now: how can i refresh the claims on the fly? When the roles change for a user.
11 replies
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Sign in after organisation selection
5 replies
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Roles not added in .NET claims - ID Token
There are three different types of roles:
- Access Token
- ID Token
- M2M Token
The roles option, is only available as an option for the Access Token, so not the ID Token. I'm using the ID Token in my application because i'm using OIDC. So information is missing that i really need.
I found a solution to it. By implementing the following.
I read the access token claims and transfer them to the ID token claims after validation. Then the roles will be available in the ID token claims.
11 replies
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Sign in after organisation selection
Thanks, but when i use the .NET SDK i get the followoing error when retrieving the organization:
Error calling GetOrganization: {"errors": [{"code": "CODE_IS_REQUIRED", "message": "Code is required"}, {"code": "ORGANIZATION_INVALID", "message": "Invalid organization"}]}
Example code:
5 replies
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Roles not added in .NET claims - ID Token
Ok, but when following https://docs.kinde.com/developer-tools/guides/dotnet-open-id-connect/ this is not supported?
11 replies
KKinde
•Created by prullebakje. on 4/24/2025 in #💻┃support
Roles not added in .NET claims - ID Token
Found out that i needed the "ID Token" instead of the "Acccess Token".. But there is no "Roles (array)" option available. Why is that?
11 replies
KKinde
•Created by prullebakje. on 4/23/2025 in #💻┃support
Error 4179 when logging in with Microsoft

8 replies
KKinde
•Created by prullebakje. on 4/23/2025 in #💻┃support
Error 4179 when logging in with Microsoft
Still having the error.. Rotated the secret. Nothing worked so far
8 replies
KKinde
•Created by prullebakje. on 4/23/2025 in #💻┃support
Error 4179 when logging in with Microsoft
It does not have anything to do, with that i'm on the free plan?
8 replies
KKinde
•Created by prullebakje. on 4/23/2025 in #💻┃support
Error 4179 when logging in with Microsoft
I not used the the client_id and client_secret fields. I left them blank. But then the error showed up a few days ago. Now I registered my application, but still no difference.
Callback urls are working..
8 replies