verdan / flaskoidc

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

Forcing https schema for Dockerized environments #16

Closed Danucas closed 2 years ago

Danucas commented 2 years ago

Hi @verdan @jacobnosal.

We've been facing an issue when configuring Amundsen seems like the redirect_uri returned by /login is causing the problem we modified Amundsen's app_wrapper_class as a temporal fix and discussed scaling the solution to the level of flaskoidc as the best approach for further integrations

This is the fix in Amundsen:

Captura de Pantalla 2021-11-25 a la(s) 9 36 40 p  m
verdan commented 2 years ago

@Danucas here you go mate: https://pypi.org/project/flaskoidc/1.0.5/ thank you for your contribution. :)