Getting Started with SSO Integration
This document guides you through integrating Single Sign-On (SSO) with z-Pax using OAuth 2.0 Authorization Code Flow through the following steps.
-
Creating Free Account
Go to myzpax.com and sign up for a free account.
-
Access Developer Documentation
Visit the official z-Pax documentation portal at docs.z-pax.com
-
Review the Authorization Guide
To understand how authentication and token exchange work, read the full guide on the Authorization Code Flow which covers,
- How to request an authorization code,
- How to exchange it for an access token, and
- How to use the access token in API requests.
-
Collect Required Credentials
z-Pax will email you the required credentials after registration and review. These include:
Credential Description client_idA unique identifier for your application client_secretA confidential string used to authenticate your application redirect_urlThe endpoint where z-Pax will redirect with the authorization code after login
Important: Email your Redirect URL to the z-Pax Technical Team during your onboarding process. -
What's Next?
Once you have received your credentials,
- Implement the Authorization Code Flow as documented,
- Test with a valid user, and
- Use the access token to call protected z-Pax APIs.
If you need a working integration example, help with testing, or have any issues:Contact: [email protected]
Documentation: https://docs.z-pax.com