Problem:
Has anyone use pulp with keycloak authentication or web server or certificate authentication?
I use pulp-all-in-one container. I followed the doc https://docs.pulpproject.org/pulpcore/authentication for test.
For keycloak, the doc say After setup is completed go to: http://<pulp-hostname>:<port>/login/keycloak and the login flow will be presented.
But how this could be used or connected with the pulp login ? http://ccosfip00353.in2p3.fr/auth/login/ ?
In webserver authentication, it mentions accept any username for each request and by default create a user in the database backend for them.
Does anyone has a detail exemple to share?
I have to acknowledge that I don’t know much about these authentication solution.
I test different variables as described in the doc:
REST_FRAMEWORK
INSTALLED_APPS
AUTHENTICATION_BACKENDS
TEMPLATES
SOCIAL_AUTH_PIPELINE
SOCIAL_AUTH_KEYCLOAK_xxx
with http or https, not very clear, of course plenty of errors.
Any experience to share?
Thanks in advance
xm