-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/OIDC #7
Feature/OIDC #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently logging in with OIDC doesn't work, because the following line is missing from the AUTHENTICATION_BACKENDS
:
"mozilla_django_oidc_db.backends.OIDCAuthenticationBackend",
Please make sure to test it locally if it works, in the repo of mozilla-django-oidc-db
there is a docker compose setup you can use to run Keycloak as an identity provider: https://github.com/maykinmedia/mozilla-django-oidc-db/tree/master/docker
If you get that container running and set the following settings in the Referentielijsten admin (OIDC config), it should be possible to test this locally:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the things Steven caught (which I probably would not have), looks good.
Appears on the login page and styling works.
fixes #3