The documentation lists /oidc_authorize as the OIDC redirect URI, when it really should be /oidc-authorize.
The docs:
|
On the OIDC provider, the URI to set is `/oidc_authorize`. |
The actual route in the app:
@login_blueprint.route('/oidc-authorize')
Source: https://github.com/dfir-iris/iris-web/blob/a4bfedaae11033005d61ece9d82a5af677c43512/source/app/blueprints/pages/login/login_routes.py#L159
For reference: