Links

Create an application

Step-by-step guide to creating a Rollup application.
Follow these steps to create and configure your Rollup ID application:

Step 1: Connect with Rollup Passport

First, visit https://console.rollup.id and log in to the Console using Rollup Passport. You'll see a screen that offers various authentication methods to register or log in.
Rollup Passport Authentication

Step 2: Create an App

Once you've logged in, you'll be redirected to the Console dashboard. Here, you can register and configure your Rollup ID application.
Click on the "Create Application" button in the center of the screen. You'll be prompted to enter a name for your application and then redirected to the application's configuration screen.

Step 3: Configure your Application

Upon creating your app, you'll land on the application dashboard. This is where 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.
Next, click the "OAuth" link in the left navigation bar to access the full application configuration screen. Here, you'll find a standard OAuth 2.0 configuration form.
Fill in the following required fields:
  • Redirect URL: The address where Rollup will redirect your users to after they have completed the auth flow (more on next page).
  • App Icon: Your application's logo, which will be displayed to users during the auth flow (see passport for more).
  • Terms of Service URL: A link to your application's TOS
  • Website: A link to your application's website
  • Allowed scope: The superset of scope values that the application can request
  • Domains: [coming soon]
In most cases, you'll need to set up an app for each environment and provide the appropriate redirect URL for each. For instance, you might use a "localhost" redirect URL for local development and a "staging" redirect URL for test environments.
Fill in any additional optional fields as needed. When you're done, click the "Published" toggle and then the "Save" button.
With your application fully configured, you're now ready to complete the integration.