-
Notifications
You must be signed in to change notification settings - Fork 258
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
KeyJar throws generic Exception if dance is done w/o SSl #116
Comments
Agree that the exception is cryptic, it must be constructed by a function higher up in the chain. Check in an update that allows no issuer keys. — Roland |
I should PR? Would do. With the project I'm working on I had to manually disable verification of tokens and also ran into problems with urllib2 not providing a SNI and thus failing with |
Please do !
Well, that is because being the maintainer of the OIDC test tool and often finding myself in a — Roland |
For testing purposes, I am doing the Implicit Flow w/o the intermediary browser, instead copy/pasting responses query strings into an interactive session. On top of that, none of the RP or OP are using SSL as of now, which is to be added later in the implementation process.
As this is highly insecure, I expected the lib to throw an error – as it does:
But due to this quite cryptic Exception I am unsure if this is related to the lack of SSL keys in the KeyJar. Or something else.
The text was updated successfully, but these errors were encountered: