LogoLogo
PlatformReference
  • Welcome to Rollup
  • An Introduction to OpenID Connect (OIDC)
  • The Rollup Identity Graph
  • Getting Started
    • Create an Application
    • Setup Auth Flow
    • API Access
  • Guides
    • Storing Tokens
    • Session Management
    • Using Scopes
      • Requesting Email
      • Requesting Connected Accounts
      • Requesting Smart Contract Wallets
    • Third Party Auth Tools
      • Setup with Auth0
      • Setup with Supabase
      • Setup with NextAuth.js
  • Platform
    • Console
      • Dashboard
      • OAuth
      • Blockchain
      • Designer
      • Custom Domain
      • Users
      • KYC
      • Messaging
      • Audience Builder
      • Teams & Contact
      • Billing
    • Passport
    • Galaxy
  • Advanced
    • Tokens
    • Pop Up Auth Flow
    • Create Custom Claims
    • Migration Guide
  • Reference
    • Galaxy API
    • Passport API
    • Scopes
  • Troubleshooting
    • FAQ
  • Roadmap
  • Contributing
  • Login to Console
Powered by GitBook
On this page
  • Step 1: Connect with Rollup Passport
  • Step 2: Register Your Application
  • Step 3: Configure your Application

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Create an Application

Step-by-step guide to creating a Rollup application.

PreviousThe Rollup Identity GraphNextSetup Auth Flow

Last updated 1 year ago

Was this helpful?

Step 1: Connect with Rollup Passport

  • Begin by visiting the and logging in.

  • Once logged in, you'll land on the dashboard. If this is your first time logging in you will be presented with an quick onboarding flow where you will be directed to create an application.

Step 2: Register Your Application

  • In your personal or group dashboard click on the "Create Application" button.

  • Provide a name for your application. After this, you'll be redirected to the application's configuration screen.

Step 3: Configure your Application

On the application dashboard, you can obtain your Galaxy API key and application keys.

The Client Secret is only shared once so, if you missed it you can click the "roll keys" link to regenerate the keys.

Navigate to the "OAuth" section for a comprehensive application configuration. Here, you'll find a standard configuration form. Ensure you fill in the required fields to customize your auth flow:

  • Application Name: The name of your application. This will be displayed to users during the auth flow.

  • Redirect URL: Where Rollup redirects users post-authentication to exchange tokens (more details on this on next page).

  • App Icon: Your application's logo, which will be displayed to users during the auth flow.

  • Allowed scope: The superset of values that the application can request from users.

  • Terms of Service URL: A link to your application's TOS

  • Privacy Policy URL: A link to your application's Privacy Policy

  • Website URL: A link to your application's website

For different environments (like development or testing), set up distinct apps with the appropriate redirect URLs (e.g. "localhost").

Once all details are filled in, activate the "Published" toggle and hit the "Save" button. With your application fully configured, you're now ready to complete integrate the auth flow into your app.

Rollup Console
Console
OAuth 2.0
scope