This Article is for DEVELOPERS


Snapplify SSO enables students and educators everywhere to access the digital learning universe instantly. Access enables multiple (education-focused) options for authentication into education applications, with only one authentication integration. 


SSO is part of Access Basic, and only basic information is passed. For more advanced Integration options see Implementing Snapplify Cloud Services products. If you require an alternate solution please chat to us for custom development on developer@snapplify.com.


Below are the basic minimum fields that are passed on Authentication, if additional information is required or validation of user information is required, you will need to request this information from the user yourself or explore a paid tier of Access.


Basic Fields passed through Auth API

Identity scope

{
    "id": 1,
    "email": "placeholder@email.com",
    "name": "John Doe",
    "username": "JohnDoe25@",
    "given_name": "John",
    "family_name": "Doe",
    "picture": "https://via.placeholder.com/96",
    "mobileNumber": null,
    "email_verified": false,
    "emailVerified": false,
    "authorities": []
}


For information on Expanded scopes see Integrating Snapplify Access for Single Sign On (SSO)


To learn more about Snapplify Access visit: Understanding the benefits of Snapplify Access


Need help? Use the live chat in the bottom right corner of your screen or email us on help@snapplify.com.