Masum
Masum
ZZITADEL
Created by Masum on 5/23/2025 in #questions-help-bugs
[Bug]: Role deletion/update fails when role key contains a slash (/) – returns 404
@Rajat @fabienne I have try to fix above bug, can you validate the PR? https://github.com/zitadel/zitadel/pull/9958
3 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
Second response in which we are seeing all roles with extra claim ( urn:zitadel:iam:org:projects:roles ) is coming with my solution.
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
No, As you can see, I have multiple projects and I want to include all project roles in response which audience is present on scope.
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
This projectId 303895702814064642 is the project where my application resides. So, I don't think , I need to add audience for that project.
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
If I am compiling zitadel with my changes, It is returning all roles.
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
Here is the responce which I am getting, { "email": "[email protected]", "email_verified": true, "family_name": "Admin", "given_name": "ZITADEL", "locale": "en", "name": "ZITADEL Admin", "preferred_username": "[email protected]", "sub": "303600376249647106", "updated_at": 1737455926, "urn:zitadel:iam:org:project:303895702814064642:roles": { "Test": { "303600376249122818": "zitadel.localhost" }, "Test-01": { "303600376249122818": "zitadel.localhost" }, "Test-02": { "303600376249122818": "zitadel.localhost" }, "Test-04": { "303600376249122818": "zitadel.localhost" } }, "urn:zitadel:iam:org:project:roles": { "Test": { "303600376249122818": "zitadel.localhost" }, "Test-01": { "303600376249122818": "zitadel.localhost" }, "Test-02": { "303600376249122818": "zitadel.localhost" }, "Test-04": { "303600376249122818": "zitadel.localhost" } } }
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
I have tried on latest Zitadel version but facing same issue. I am using PKCE authentication method for generating access token, I am attaching code snippet with which i am generating access_token.
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
@FFO @fabienne
16 replies
ZZITADEL
Created by Masum on 5/7/2025 in #questions-help-bugs
Userinfo endpoint not returning all roles from all Role Audiences
I have tried to fix above issue in in this PR, Can anyone validate the changes? https://github.com/zitadel/zitadel/pull/9861
16 replies