diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2017-02-04 23:55:31 +0000 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2017-02-09 12:49:37 +0000 |
commit | 44cb8512c9881687e091cca589a0adcb9f72fa7a (patch) | |
tree | 7696577468e3a7aae4f97e129729804817d2ee81 /server/config/testdata | |
parent | 019891ab8b6709b2e3fb6be83d111fb73ec2bd32 (diff) |
Remove the oauth_callback_url config option
Infer the redirect url from the request instead
Diffstat (limited to 'server/config/testdata')
-rw-r--r-- | server/config/testdata/test.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/config/testdata/test.config b/server/config/testdata/test.config index 96899e7..6584add 100644 --- a/server/config/testdata/test.config +++ b/server/config/testdata/test.config @@ -19,7 +19,6 @@ auth { provider = "google" oauth_client_id = "client_id" oauth_client_secret = "secret" - oauth_callback_url = "https://sshca.example.com/auth/callback" provider_opts { domain = "example.com" } |