File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,16 @@ def redirect_uris
150
150
# rubocop:disable DS/ApplicationName
151
151
ds_dev_redirect_uris = [
152
152
'https://dev.demarches-simplifiees.fr/france_connect/particulier/callback' ,
153
- 'https://dev.demarches.numerique.gouv.fr/france_connect/particulier/callback'
153
+ 'https://dev.demarches-simplifiees.fr/france_connect/callback' ,
154
+ 'https://dev.demarches.numerique.gouv.fr/france_connect/particulier/callback' ,
155
+ 'https://dev.demarches.numerique.gouv.fr/france_connect/callback'
154
156
]
155
157
156
158
ds_prod_redirect_uris = [
157
159
'https://www.demarches-simplifiees.fr/france_connect/particulier/callback' ,
158
- 'https://demarches.numerique.gouv.fr/france_connect/particulier/callback'
160
+ 'https://www.demarches-simplifiees.fr/france_connect/callback' ,
161
+ 'https://demarches.numerique.gouv.fr/france_connect/particulier/callback' ,
162
+ 'https://demarches.numerique.gouv.fr/france_connect/callback'
159
163
]
160
164
161
165
is_ds_dev = Current . host . include? ( 'dev.demarches-simplifiees.fr' ) ||
You can’t perform that action at this time.
0 commit comments