Is it possible to use expression to filter a number of characters?
groups="Sales" AND userName = '123***'
If group = "Sales" and the username has 6 characters then grant access.
Hi,
We can't the use expression to filter a number of characters:
groups="Sales" AND userName = '123***'
The above rolemapping condition will check whether the user is part of Sales group and check whether the username starts with 123 is logging in .
Hope the above explanation clarifies your query.
NOTE:
Please mark this post as 'accepted solution' if this answers your question that way it might help others as well, a kudo would be a bonus thanks!!
Regards,
Kannan
no; it is an exact match