product-is
product-is copied to clipboard
No UI validations in creating scope names
Describe the issue:
can create scopes with special characters. We do not allow this in OIDC scope creation.
These special characters can lead to inconsistencies when returning scopes.
**How to resolve: ** We can add UI validations to exclude special characters and have only alpha numeric + "_" as allowed characters