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

Not honouring the case sensitivity when assigning roles to the scope [APIM 4.0.0][PUBLISHER] #3443

Open
Sumudu-Sahan opened this issue Dec 11, 2024 · 0 comments
Labels

Comments

@Sumudu-Sahan
Copy link

Sumudu-Sahan commented Dec 11, 2024

Description

When assigning roles to the scope via the publisher portal, the portal does not consider the case sensitivity of the userstore domain and the role name.

Steps to Reproduce

  • Configure a secondary userstore via the carbon console (Domain name: SECONDARY)
  • Create a new user role under the secondary userstore (Role Name: newrole)
  • Go to the publisher and create a scope (SCOPE1) (Either global or local scopes, the issue is there)
  • Then assign the role in below scenarios.
    • Assigning the role to the scope with userstore domain name in lowercase and role name in lowercase - getting assigned. (Correct)
    • Assigning the role to the scope with userstore domain name in uppercase and role name in lowercase - getting assigned (Wrong)
    • Assigning the role to the scope with userstore domain name in lowercase and role name in lowercase - getting assigned (Wrong)
    • Assigning the role to the scope with userstore domain name in lowercase and role name in uppercase - getting assigned (Wrong)

Version

4.0.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant