Single Sign On (SSO) is a feature that allows users to authenticate to multiple applications with a single set of credentials entered once. We support following providers: GitHub, Google and Facebook.
The SSO buttons exists in the Single Sign On component. If you dont want to use all three providers fell free to remove any of them.
New OAuth App
{APP_URL}/sso/github/callback
(example: https://artiplate.co/sso/github/callback
)Client ID
and Client Secret
and paste them in your .env
file
GITHUB_CLIENT_ID=github_client_id
GITHUB_CLIENT_SECRET=github_client_secret
Register application
External
and click Create
.{APP_URL}/sso/google/callback
(example: https://artiplate.co/sso/google/callback
)Client ID
and Client Secret
and paste them in your .env
file
GOOGLE_CLIENT_ID=google_client_id
GOOGLE_CLIENT_SECRET=gogle_client_secret
My Apps
and add a new app.
{APP_URL}/sso/facebook/callback
(example: https://artiplate.co/sso/facebook/callback
)Client ID
and Client Secret
and paste them in your .env
file
FACEBOOK_CLIENT_ID=facbook_client_id
FACEBOOK_CLIENT_SECRET=facbook_client_secret