puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

id_token["aud"] may be a single item list #84

Open e3rd opened 5 years ago

e3rd commented 5 years ago

MojeID provider returns 'aud': ['single-id'] which was by mistake taken as multiple audiences without 'azp'

e3rd commented 5 years ago

PS, Travis seems mistaken, I don't get it. It has nothing common with my lines.

svintit commented 4 years ago

@e3rd If you want this resolved i'm maintaining a fork of this with some added extensibility. Feel free to open a PR here:

e3rd commented 4 years ago

Cool!