cancel
Showing results for 
Search instead for 
Did you mean: 

role map expression number of characters filtered

after1_
Contributor

role map expression number of characters filtered

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.

2 REPLIES 2
kalagesan_
Super Contributor

Re: role map expression number of characters filtered

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


zanyterp_
Respected Contributor

Re: role map expression number of characters filtered

no; it is an exact match