Ejemplo n.º 1
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "public") == UserIdHashType.public
Ejemplo n.º 2
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type("public") == UserIdHashType.public
Ejemplo n.º 3
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "foobar") == UserIdHashType.pairwise
Ejemplo n.º 4
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type("foobar") == UserIdHashType.pairwise