pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openid connect?

okyere opened this issue · comments

Is openid connect authentication/authorisation supported? If not, are they plans to incorporate it? Thanks.

Hi,

Since OpenID Connect is an entirely different protocol, supporting both from the same codebase is not something I would like to do.
However, I have just taken over maintenance of flask-oidc, and will be moving that forward, so I would suggest looking at that: https://github.com/puiterwijk/flask-oidc.

Regards,
Patrick

Good to know you've taken over that project. I'm really looking forward to a new release and making it work with any provider and not just google.