Files
fedora-infra_ansible/roles/openshift-apps
Lukas Holecek 672074fc4a waiverdb: Fix redirect_uri for new flask-oidc versions
For details, see the changelog for flask-oidc:
https://github.com/fedora-infra/flask-oidc/blob/develop/docs/changelog.md

The entry for 2.0.0 says:

> The callback route (aka "redirect URL") is not configurable with
> `OIDC_CALLBACK_ROUTE` anymore. It is always `/authorize`,

The option `OIDC_CALLBACK_ROUTE` is available again in version 2.0.3,
but we can override the whole redirect URL with
`OIDC_OVERWRITE_REDIRECT_URI` (since 2.1.0).
2023-11-16 18:07:04 +00:00
..
2023-10-03 10:21:22 -07:00
2023-09-22 12:26:17 +02:00
2023-09-22 12:35:01 +02:00
2023-10-24 09:38:28 +10:00