From 9c344a0a95c44ef9cebade7b8a65ac160d9eb900 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 11 Feb 2017 20:20:35 +0000 Subject: Revert "Remove the oauth_callback_url config option" --- example-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'example-server.conf') diff --git a/example-server.conf b/example-server.conf index e4484d1..e0b3ea5 100644 --- a/example-server.conf +++ b/example-server.conf @@ -23,6 +23,7 @@ auth { provider = "google" # Oauth provider to use oauth_client_id = "nnnnnnnnnnnnnnnn.apps.googleusercontent.com" # Oauth client ID oauth_client_secret = "yyyyyyyyyyyyyyyyyyyyyy" # Oauth client secret + oauth_callback_url = "https://sshca.example.com/auth/callback" # Oauth callback url provider_opts { domain = "example.com" # Oauth-provider specific options } -- cgit v1.2.3