Keycloak - Log user without password
Im using Keycloak to manage User Login.
I have a Software that redirect to Keycloak Login if user is not Logged.
Normal login by username and password works fine.
I need to support some "italian identity system" that are not covered with plugins yet.
So I was thinking to managed that kind of login whithin my software and then, after I have trusted the user, log in it in Keycloak using API.
Im using Python Keycloak to manage comunication between my software and Keycloak.
So I need a way, maybe...