I am using a third party identity management system for authentication which is used in all the application as SSO system. The IAM system on successful login returns the dbname , username and session ID. I need to completely bypass the odoo authentication with SSO IAM system and also the logged out user when trying to login will be redirected to the identity platform for authentication or any change to the user as well.
Being new to odoo, I have not been able to figure it out on how to do this. Is there a property that I can set which can redirect the users for authentication to IAM system. I am usine odoo 16.0 on windows server.
Please help