Does anyone know of any way to integrate with Joomla ACL, specifically create users and log users in programatically within a custom component's controller and modules.
I've scoured Google but either am asking the wrong questions, no one has documented how to do it, or it's not possible (which I don't believe!)
Why you may ask?! - I am developing a single sign on application for a component that must log a user into several API's when they sign in. Unfortuanetly my client also wants this to work with ACL such that they can show control content on the front end of the website based on if a user is logged in or not.
So what I need to be abole to do is create my own login view and when used, log the user into the various systems using their API's and log them into (or create an account and log into) Joomla ACL.