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.comsubdomain. - Your app must be able to accept a redirected user after login.
- You can open a pull request in the
yoyogroup/yoyo-auth-hosted-webrepository.
Steps
-
Open the Launch Pad configuration file:
- GitHub: apps/yoyo-auth-web/config/launch-pad-apps.json
- Repo path:
apps/yoyo-auth-web/config/launch-pad-apps.json
-
Add or update one JSON entry with the required fields:
idcategorytitlehostLabeldescriptionurlctaLabel
-
Submit a pull request with your config changes.
-
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.