diff options
author | IN COMMON Collective <collective@incommon.cc> | 2021-04-09 12:29:16 +0200 |
---|---|---|
committer | IN COMMON Collective <collective@incommon.cc> | 2021-04-09 12:29:16 +0200 |
commit | 90c67665394bdd36e86e484020cfbd5ad4f188b2 (patch) | |
tree | b41e2db43f72c92db88c4bc5069a5323c3488021 /config/sso.yml | |
parent | d14700c51d692335f001a93c2f6b13b135783206 (diff) | |
parent | 4375650ea0788ae6b2a390b10ca6679d67dfc7a3 (diff) | |
download | incommon-map-main.tar.gz |
Diffstat (limited to 'config/sso.yml')
-rw-r--r-- | config/sso.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/sso.yml b/config/sso.yml new file mode 100644 index 0000000..2a64738 --- /dev/null +++ b/config/sso.yml @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: 2018-2021 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +# frozen_string_literal: true + +shared: + sso_url: 'https://talk.incommon.cc/session/sso_provider' + +production: + return_url: 'https://ateliers-carto.incommon.cc/authenticate' + +staging: + return_url: 'https://ateliers-carto-staging.incommon.cc/authenticate' + +development: + return_url: 'http://localhost:3000/authenticate' |