Do not accept empty space at the end

Kévin FAUSSADIER 81 Reputation points
2020-12-07T06:24:02.537+00:00

Hello all, I am trying to figure out how I can stop users to enter an empty space at the end of some fields : ![45671-2020-12-07-07-22-05.png][1] [1]: /api/attachments/45671-2020-12-07-07-22-05.png?platform=QnA Any ideas?

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
611 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leo Erlandsson 1,656 Reputation points
    2020-12-07T12:15:25.28+00:00

    Hi,

    You could try using Regular Expressions for these fields. Regular expressions can check that there is no whitespace in the end.

    Regexps can be configured for the Binding or the Attribute itself.

    Br,
    Leo

    1 person found this answer helpful.
    0 comments No comments