Skip to content

Open Id Connect

tlamr edited this page Jan 16, 2020 · 2 revisions

For the best user experience, one should use some sort of single sign on. Holdybot allows to integrate with Open Id Connect server. Currently, we support Facebook, LinkedIn, Google and Azure logins out of the box.

To be able to use it, one needs to configure the new app in their admin dashboards.

Make sure to register both localhost:3000 for development and your-domain-name.com for prod with correct url paths.

The app must be allowed to read user's names and emails (nothing else is needed).

e.g.

Azure

Google

LinkedIn

Clone this wiki locally