Skip to main content

Add Your App To Launch Pad

Doc type: How-to guide

Goal and scope

Add or update an app entry in the Launch Pad configuration so users can route to it after login.

Prerequisites and constraints

  • The destination URL must be HTTPS and on a *.yoyogroup.com subdomain.
  • Your app must be able to accept a redirected user after login.
  • You can open a pull request in the yoyogroup/yoyo-auth-hosted-web repository.

Steps

  1. Open the Launch Pad configuration file:

  2. Add or update one JSON entry with the required fields:

    • id
    • category
    • title
    • hostLabel
    • description
    • url
    • ctaLabel
  3. Submit a pull request with your config changes.

  4. After merge, confirm the app appears on Launch Pad at /launch.

Validation

  • Log in to the hosted auth portal and navigate to /launch.
  • Confirm your app appears and opens the configured url.