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 admin role creation issues and returning everyone role for every user in SCIM response #499

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

AnuradhaSK
Copy link
Contributor

@AnuradhaSK AnuradhaSK commented Oct 27, 2023

  • Fix Getting following error during server startup when legacy runtime is enabled.
[2023-10-27 15:33:01,940] [] ERROR {org.wso2.carbon.identity.scim2.common.utils.AdminAttributeUtil} - Error occurred while updating the admin groups's attributes in Tenant ID : -1234, Error : Error retrieving group information from SCIM Tables for tenant ID: -1234 org.wso2.carbon.user.core.UserStoreException: Error retrieving group information from SCIM Tables for tenant ID: -1234
    at org.wso2.carbon.identity.scim2.common.utils.AdminAttributeUtil.updateAdminGroup(AdminAttributeUtil.java:156)
    at org.wso2.carbon.identity.scim2.common.internal.SCIMCommonComponent.activate(SCIMCommonComponent.java:126)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

...

Part of wso2/product-is#16363

@AnuradhaSK AnuradhaSK changed the title Fix admin role creation issues Fix admin role creation issues and returning everyone role for every user in SCIM response Oct 27, 2023
@thanujalk thanujalk merged commit 2daf1be into wso2-extensions:master Oct 28, 2023
3 checks passed
@AnuradhaSK AnuradhaSK deleted the fix-admin-issue branch October 28, 2023 03:02
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.

3 participants