Documentation

SecurePie Documentation

Everything you need to integrate, configure, and manage SecurePie SSO. From quick start guides to API references.

⌘K
Browse

Documentation categories

Find what you're looking for by category.

Getting Started

New to SecurePie? Start here to get up and running quickly.

Identity Providers

Step-by-step guides for connecting your identity provider.

API Reference

Complete API documentation for developers.

Troubleshooting

Common issues and how to resolve them.

How It Works

Understanding SecurePie SSO

Learn the fundamentals of how SecurePie SSO works.

1

User Initiates Login

When a user visits your Shopify store and clicks "Sign in with SSO", they are redirected to SecurePie.

2

Identity Provider Authentication

SecurePie redirects the user to your configured identity provider (Google, Microsoft, Okta, etc.) where they authenticate with their corporate credentials.

3

Token Exchange

After successful authentication, the IdP sends a SAML assertion or OAuth token back to SecurePie, which validates the response and extracts user information.

4

Session Creation

SecurePie creates or updates the user account in your Shopify store using the JIT provisioning settings, then creates a secure session.

5

User Access Granted

The user is redirected back to your Shopify store with an authenticated session, ready to access their account.

API Reference

Powerful REST API

Build custom integrations with our comprehensive REST API. Manage users, sessions, and configurations programmatically.

  • Full OpenAPI specification
  • Webhook notifications
  • Rate limiting with clear limits
  • SDKs for popular languages
Explore API Docs
# Get user by email
curl -X GET \
"https://api.securepie.com/v1/users?email=user@example.com" \
-H "Authorization: Bearer YOUR_API_KEY"
# Response
{
"id": "usr_123",
"email": "user@example.com",
"sso_provider": "google"
}

Can't find what you're looking for?

Our support team is here to help. Reach out via chat, email, or schedule a call with our technical team.