Search code examples
wso2xacmlwso2-identity-server

WSO2 IS Entitlement Policy Name length restriction


When I use the Simple Policy Editor to create a new XACML Policy the value for the Entitlement Policy Name text box appears to be limited to 20 characters. Is there a configuration option to change that will allow for longer values?


Solution

  • Currently this is not configurable. It's in this JSP page. Your policy name should match following regex

    /^[a-zA-Z0-9._-]{3,20}$/