-
Notifications
You must be signed in to change notification settings - Fork 21
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
dynamic provider error #22
Comments
It’s probably not you :-) — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
Okay thanks. Is there a specific commit I can roll back to in order to play around with my tests until then? |
Hm, don’t know off the top of my head. — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
Also, follow up question, if I manually enter in the endpoints for my OP (issuer, authorization_endpoint, token_endpoint, etc) and run the tests, everything returns OK, but I don't see any hits server-side on my app. Is this also related to your current work? |
Sort of :-(
On 10 nov 2014, at 22:20, Cal Heldenbrand <[email protected]mailto:[email protected]> wrote: Also, follow up question, if I manually enter in the endpoints for my OP (issuer, authorization_endpoint, token_endpoint, etc) and run the tests, everything returns OK, but I don't see any hits server-side on my app. Is this also related to your current work? — |
Checked in a fix that should enable you to run the oicc.py script again.
— Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
Yes, I think it's working! I managed to make it through a few tests before a failure. One follow up question, is there a way to provide cookies in the Thank you! |
Well, sort of. When you start oicc.py you can give the argument -Ki <file_name>. The think behind this was that you used your normal browser, authenticated at the server and then — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard |
I'm not sure if I'm doing something wrong, but whenever I provide a dynamic provider URL in the configuration, I get this error.
The same error happens with the provided ryo.py file too.
The text was updated successfully, but these errors were encountered: