Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
shared:Configuring Primary User Stores (Carbon 4.2.0 v2)
shared:Configuring Primary User Stores (Carbon 4.2.0 v2)

Tip

WSO2 API Manager generates an internal role for subscribers when generating application keys by appending information in the following format:

<DOMAIN>/<SUBSCRIBER-NAME><APPLICATION-NAME><KEY-TYPE>.

For example, Application/subscriber1_DefaultApplication_PRODUCTION.

Therefore, increase the maximum limit of the character range defined in the RolenameJavaRegEx property of the user store configuration to match the character length of the internal role. Here's an example:

Code Block
<Property name="RolenameJavaRegEx">^~!@#$;%*+={}\\
{3,100}
$</Property>


Properties of Primary User Stores - For a comprehensive understanding on the configuration details.