Missing file, faulty import.

This commit is contained in:
Roland Hedberg 2013-06-13 09:26:04 +02:00
parent 12760b7af1
commit 60d967e967
2 changed files with 3 additions and 1 deletions

2
tests/jwk.json Normal file
View File

@ -0,0 +1,2 @@
{"keys":[{"alg":"RS256","e":"AQAB","kid":"abc","kty":"RSA","use":"sig",
"n":"pKybs0WaHU_y4cHxWbm8Wzj66HtcyFn7Fh3n-99qTXu5yNa30MRYIYfSDwe9JVc1JUoGw41yq2StdGBJ40HxichjE-Yopfu3B58QlgJvToUbWD4gmTDGgMGxQxtv1En2yedaynQ73sDpIK-12JJDY55pvf-PCiSQ9OjxZLiVGKlClDus44_uv2370b9IN2JiEOF-a7JBqaTEYLPpXaoKWDSnJNonr79tL0T7iuJmO1l705oO3Y0TQ-INLY6jnKG_RpsvyvGNnwP9pMvcP1phKsWZ10ofuuhJGRp8IxQL9RfzT87OvF0RBSO1U73h09YP-corWDsnKIi6TbzRpN5YDw"}]}

View File

@ -5,7 +5,7 @@ from oic.utils.authn.client import verify_client
from oic.utils.authn.user import UserAuthnMethod
from oic.utils.authz import AuthzHandling
from oic.utils.userinfo import UserInfo
from tests.pinit import KEYJAR
from pinit import KEYJAR
__author__ = 'rohe0002'