Last updated
Was this helpful?
Last updated
Was this helpful?
A credential manager, such as , is a cloud-based service responsible for issuing and keeping track of which mobile credentials have been issued to which phones. Enrolling the phone with the credential manager is a prerequisite for issuing mobile credentials. Seam streamlines this registration through an enrollment automation that automatically detects when new phones come online for a and facilitates the enrollment process with the credential manager.
After setting up the enrollment automation, you can begin to issue mobile credentials to phones. Typically, without Seam, you would have to wait for a phone to complete enrollment before you could start sending credentials. Seam, however, simplifies this process by enabling you to preconfigure the mobile credential details. As soon as a new phone is enrolled successfully, Seam automatically issues the designated mobile credential to it.
An enrollment automation initializes the phones for a user identity with a credential manager. Once enabled for a user identity, the automation oversees the registration of each new phone with a credential manager.
To set up an enrollment automation, call the function with the ID of the user identity and the system ID of the credential manager. You can also choose to create a credential manager user.
Command:
Output:
To issue mobile credentials, you must configure a multi-phone sync credential. This type of credential automatically replicates itself when the app user logs in on a new phone. To configure a multi-phone sync credential, include the ID of the ACS user, set is_multi_phone_sync_credential
to true
, and include the card details that should be shared across these credentials.
Command:
Output:
When issuing mobile credentials for a mobile app user, it is necessary to issue a multi-phone sync credential. As describes, a user identity (that is, a mobile app user) may possess multiple phones. To guarantee access across all of the phones for the user identity, the multi-phone sync credential manages the distribution of credentials to each phone linked to the user identity. The multi-phone sync credential also imports the credentials into the ACS and allocates them to the corresponding ACS user.
Seam configures the card details that you include in the request across all the credentials that it creates for each phone. Include only common card details, such as the , and omit any unique card details, such as the card number. For more information about specific card properties, see the user guide for the access control system or credential manager.
The code samples in this section contain manufacturer-specific metadata that may vary by ACS. For details, see the for your ACS.
Learn how to create mobile credentials across a user's multiple phones.