Skip to content
Snippets Groups Projects
Commit 8f79c22f authored by Laurent's avatar Laurent
Browse files

Merge branch 'hotline#62772_assimil_add_new_sso_cas' into 'hotline-master'

hotline #62772 add new sso cas url

See merge request !2279
parents 9e563325 444ed682
Branches
Tags
3 merge requests!2334Master,!2301Master,!2279hotline #62772 add new sso cas url
Pipeline #2202 canceled with stage
- ticket #62772 : Assimil : ajout de l'url CAS de production dans les variables.
\ No newline at end of file
......@@ -42,7 +42,8 @@ class Assimil_Config extends Class_DigitalResource_Config {
['value' => 'http://biblio.assimil.com/assimilweb',
'options' => ['selectOptions' => ['label' => $this->_('URL'),
'multiOptions' => ['http://biblio.assimil.com/assimilweb' => 'http://biblio.assimil.com/assimilweb',
'https://assimil.online/assimilweb' => 'https://assimil.online/assimilweb']]]])->bePrivate()
'https://assimil.online/assimilweb' => 'https://assimil.online/assimilweb',
'https://biblio.assimil.online/assimilweb' => 'https://biblio.assimil.online/assimilweb']]]])->bePrivate()
],
'SsoAction' => true,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment