Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_userinfo_claims() method in oic __init__.py has a minor typo #547

Closed
sharathchandrabs opened this issue Jun 5, 2018 · 0 comments
Closed
Assignees
Labels

Comments

@sharathchandrabs
Copy link

res = schema_class().from_json(txt=resp.text)
self.store_response(res, resp.txt)

===must be ===>

res = schema_class().from_json(txt=resp.text)
self.store_response(res, resp.text)

@tpazderka tpazderka self-assigned this Sep 24, 2018
@tpazderka tpazderka added the bug label Sep 24, 2018
tpazderka added a commit that referenced this issue Sep 24, 2018
andrewkrug pushed a commit to mozilla-iam/pyoidc that referenced this issue Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants