Mise à jour du point d'entrée d'authentification

This commit is contained in:
Sasha MOREL 2019-11-23 21:38:36 +01:00
parent 9166841e55
commit 1ae9c34521
1 changed files with 5 additions and 5 deletions

View File

@ -52,11 +52,11 @@ class Common ():
# path to login test
self.auth_path = '/mysensors'
self.auth_ok = '/accueil' # if logged
self.auth_post_url = 'https://boutique.home.sfr.fr/authentification'
self.auth_referer = 'https://boutique.home.sfr.fr/authentification?back=service'
self.auth_user_field = 'email'
self.auth_pass_field = 'passwd'
self.auth_extra_fields = {'back': 'service', 'token_sso': '', 'error_sso': '', 'SubmitLogin': 'OK'}
self.auth_post_url = 'https://cas.home.sfr.fr/authentification'
self.auth_referer = 'https://cas.home.sfr.fr/authentification'
self.auth_user_field = 'username'
self.auth_pass_field = 'password'
self.auth_extra_fields = {}
self.auth_logout_path = '/deconnexion'
# Path to sensors and mode