zamzterz/Flask-pyoidc

Please update dependencies

Closed this issue · 2 comments

I've run into an issue using a project that depends on flask-pyoidc. The bug appears to be triggered by code with oic that your project depends on. I followed your link to it from your README, and the offending line from the stacktrace was no longer present in the codebase and hasn't been since March. The project also appears to have migrated to a new home here(in case you want to update the README link).

This project currently depends on oic 0.12, version 0.12 was released in September 2017, quite a bit of development has happened since with the latest release being in November 2019.

I am not sure if it has resolved the bug I encountered, I have worked around it by removing the forward slash at the end of my OIDC issuer URL.

I experienced a problem with unicode characters in a response with oic==0.12 on Python 2.7.
I managed to circumvent that problem by installing oic==0.15.1 after Flask-pyoidc.

Thanks to both of you for the reports and contribution!

The updated oic dependency has just been released as v3.1.0! 🎉