Skip to content
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

Fix error while retrieving system role in super tenant #500

Merged
merged 2 commits into from
Oct 29, 2023

Conversation

SujanSanjula96
Copy link
Contributor

When trying to access scim2/v2/Roles endpoint for system role, getting 404 error.

{
    "schemas": [
        "urn:ietf:params:scim:api:messages:2.0:Error"
    ],
    "detail": "Role id: c65e5d2a-f65a-4ed6-a2b6-cacaa34fbced does not exist in the tenant: carbon.super",
    "status": "404"
}

This is due to not updating scim attribute metadata for system role in super tenant. With this fix, system role metadata is updated when activating the SCIMCommonComponent.

Issue - wso2/product-is#17350

@AnuradhaSK AnuradhaSK merged commit 5492d59 into wso2-extensions:master Oct 29, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants