Replace list with string in AAL assertion.

This commit is contained in:
Tasos Katsoulas 2019-03-26 12:32:24 +02:00
Родитель 8fa3161cf9
Коммит 85185f1259
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 522F81314743785E
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,7 @@ class MozilliansAuthBackend(OIDCAuthenticationBackend):
email = self.claims.get('email')
aal_scope = self.claims.get(SSO_AAL_SCOPE)
is_mfa = True
if not aal_scope or aal_scope != ['MEDIUM']:
if not aal_scope or aal_scope != 'MEDIUM':
is_mfa = False
# Grant an employee vouch if the user has the 'hris_is_staff' group