verdan / flaskoidc

A wrapper of Flask with pre-configured OIDC support
Apache License 2.0
52 stars 35 forks source link

How do I set the Callback Route? #2

Closed caddac closed 4 years ago

caddac commented 4 years ago

With my app behind a reverse proxy, and using path base routing upstream I need to add or specify the callback URL. How do I do that?

default: http://whatever/oidc_callback I need: http://whatever/catalog/oidc_callback

verdan commented 4 years ago

@caddac you should be able to set that with the new version of flaskoidc. Can you please give it a try? 0.1.0

For more info on how to set environment variables for various packages: https://github.com/verdan/flaskoidc/blob/master/README.md

verdan commented 4 years ago

should be fixed in the newer version i.e., 0.1.0