aboutsummaryrefslogtreecommitdiff
path: root/config/sso.yml
blob: 2a647387b4777f6bf19b768cde888456ea130c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'