Mise à jour du point d'entrée d'authentification
This commit is contained in:
parent
3f4b3cd1aa
commit
aff562b61b
10
homesfr.py
10
homesfr.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue