예제 #1
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "public") == UserIdHashType.public
예제 #2
0
 def test_should_map_pairwise(self):
     assert oidc_subject_type_to_hash_type("public") == UserIdHashType.public
예제 #3
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type(
         "foobar") == UserIdHashType.pairwise
예제 #4
0
 def test_should_default_to_pairwise(self):
     assert oidc_subject_type_to_hash_type("foobar") == UserIdHashType.pairwise