Check the availability in our pricing page.
Applivery provides support for the integration of multiple Single Sign-On providers so that you and your users can log in using their corporate credentials, simplifying user authentication and management.
You can easily configure the following SSO methods:
- Google Authentication (enabled by default in all organizations)
- LDAP
- SAML
- Google Workspace
Below you will discover the different configuration requirements to enable your SSO provider in Applivery.
Using SSO user data in forms #
When integrating any Single Sign-On provider in Applivery, we will be able to retrieve from the Identity Provider directory some of the user data fields as variables so that you can use them to automatically fill out some fields, for instance, for automatic local account creation in Apple Device Management for MacOS.
Below you can see the entire list of fields that will be accessible:
{{sso.firstname}}
: User’s first name.{{sso.lastname}}
: User’s last name.{{sso.username}}
: User’s username.{{sso.email}}
: User’s full email address.{{sso.email.username}}
User’s email address username
Note that you can combine the tags above to create complex structures such as the following one:{{sso.firstname}}.{{sso.lastname}}
will be automatically translated to daniel.garcia
if {{sso.firstname}}
contains the value daniel
and {{sso.lastname}}
contains the value garcia
.