flask-oidc
flask-oidc copied to clipboard
id_token["aud"] may be a single item list
MojeID provider returns 'aud': ['single-id'] which was by mistake taken as multiple audiences without 'azp'
PS, Travis seems mistaken, I don't get it. It has nothing common with my lines.
@e3rd If you want this resolved i'm maintaining a fork of this with some added extensibility. Feel free to open a PR here:
- https://github.com/svintit/flask-oidc-ext/pulls
Cool!