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

Sub orgs with special chars in the name become read only #23292

Open
rksk opened this issue Feb 27, 2025 · 0 comments
Open

Sub orgs with special chars in the name become read only #23292

rksk opened this issue Feb 27, 2025 · 0 comments

Comments

@rksk
Copy link
Contributor

rksk commented Feb 27, 2025

Description

It is possible to create/rename a sub org and use special characters in the same. Once a sub org has such a name, the org edit page becomes read only.

It occurs because the following API call does not return any data when the sub org name has special chars.

GET /api/users/v1/me/organizations?authorizedAppName=Console&filter=name+eq+test$&limit=10&recursive=false

Steps to Reproduce

  • Create a sub org with org name test
  • Goto edit page and rename it with test$
  • Now if you go back to sub org edit page, it becomes read-only
Image

Version

wso2is-7.1.0-rc2

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants