1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

improved sso doc

This commit is contained in:
Sylvain 2016-09-13 11:30:52 +02:00
parent d62803dda5
commit 6b46c175ca

View File

@ -7,6 +7,7 @@ For this guide, we will use [GitHub](https://developer.github.com/v3/oauth/) as
- Secondly, you will need to register your fab-manager instance as an application in GitHub.
Visit https://github.com/settings/applications/new to register your instance.
- In `Application name`, we advise you to set the same name as your fab-manager's instance title.
- In `Homepage URL`, put the public URL where your fab-manager's instance is located (eg. https://example.com).
- In `Authorization callback URL`, you must specify an URL that will match this scheme: https://example.com/users/auth/oauth2-github/callback (replace example.com with your own fab-manager's address).