# Steps to reproduce 1. follow the [tutorial](https://django-pyoidc.readthedocs.io/latest/tutorial.html) to set-up client OIDC connection to a keycloack server 2. Open on `sso-login` view (wired on `/auth/sso-login`) 3. Log-in on SSO 4. I get redirected to `/sso-callback` on my app , instead of `/auth/sso-callback` # Possible workaround Set the following setting : "oidc_callback_path": "/auth/sso-callback",