> For the complete documentation index, see [llms.txt](https://guide.fariaedu.com/integrations-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.fariaedu.com/integrations-portal/managebac/single-sign-on-sso/setup-and-development.md).

# Setup and Development

### Preparation

To set up the integration, partners should contact the ManageBac team to obtain `client_id` and `client_secret` team and provide OAuth callback URI.

The provided Callback URI must either be a valid https URI for a production deployment.

(link to form)

The OpenID Provider Configuration URLs of the three regions are:

1. Global: <https://accounts.faria.org/.well-known/openid-configuration>
2. China: <https://accounts.faria.cn/.well-known/openid-configuration>
3. US: <https://accounts.us.faria.org/.well-known/openid-configuration>&#x20;

With the above information, third-party providers will be able to enable the user-facing flow on their login landing page.

### Launch

For the log-in landing page:

* Include client JavaScript: `https://accounts.devel.faria.org/assets/launchbar-client.js`
* Add any element with ID `managebac-account-picker`&#x20;
  * `<a id="managebac-account-picker" href="javascript:void(0)">Launchpad</a>`

\ <br>
