puiterwijk / flask-oidc

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

Documentation Error: redirect_uris, /oidc/callback/ not /oidc_callback/ #110

Open mosynaq opened 3 years ago

mosynaq commented 3 years ago

This killed a huge amount of my day. In the documentationn it is instructed to set

Redirect URI

/oidc_callback

which is wrong and I kept receiving an error. The correct value for the redirect URI should be <APPLICATION_URL>/oidc/callback/. I got the idea from here.