lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
55 stars 5 forks source link

Google Auth failing in production mode #37

Closed lonely-lockley closed 1 year ago

lonely-lockley commented 1 year ago

Micronaut constructs redirect_uri parameter basing on request headers. It fails on requests behind a reverse proxy because it does not use https protocol inside docker network. Add configuration parameter to override this behaviour and redirect to configured URI.