Hi all,

I'm Antonio. I'm working on Syncope since two weeks.

The context in which I work is the PACS (Physical Access Control System):

Users have available one or more badges, each badge has an identification
number; they allow to access in a restricted area using card readers. My
system sends a REST request to Syncope with the following parameters: *card_ID,
card_reader_ID, operation*; “operation” indicates the kind of action that
 users need to do (in, out, …).

How can I map these three parameters in Syncope? In particular, How can I
combine the card_ID parameter with the users? My idea is to combine the
token field of the “SyncopeUser” table with the card_ID parameter, can I
costumise it? If I can’t do it, which entity of Syncope can I use to map
the “Card” parameter?

As regard the Syncope response given after the REST request on the basis of
Users needs, which entity can we use to determine this operation ( Role,
Policy…)?

Reply via email to