Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

WorkOs Sso integration

martincsimpson edited this page Jun 22, 2023 · 12 revisions

Prerequsites:

Setup

Example Tenant Website: https://dashboard.demo.ubiquityrepo-ah.website/

Variables

  • cname = dashboard.demo.ubiquityrepo-ah.website
  • organisation_id = **** comes from work os****

Execute

In any hyku pod in kubernetes run: rails hyku_addons:sso:enable[cname,organisation_id]

Output

SSO Enabled for dashboard.demo.ubiquityrepo-ah.website

Usage

  • visit https:///sso/login
  • You will see a button to login via SSO

API Usage

  • sso_enabled is exposed to allow the front-end to enable or disable this functionality

Clone this wiki locally