An asterisk is a wild card. A single asterisk is any URI at a single path, e.g. /identites/users/* would match /identities/users/sasdemo, but would not match /identities/users/sasdemo/memberships. The double asterisk implies any length path after, so /identities/users/** would match both /identities/users/sasdemo and /identities/users/sasdemo/memberships.
--
Greg Wootton | Principal Systems Technical Support Engineer