I want to authenticate on the client so I don't have to manage a session on the server. This seems to be possible with ember-cli-simple-auth, but I don't know the first thing about how to create a custom authenticator to pass login credentials to the backend API (Spring Java). I am only a couple months into Ember and ember-cli as well, so the flood of things to learn has been daunting.
There's plenty of stuff for authenticating with OAuth2 and such, but that's not what I need. This is an intranet application, so I just need to pass credentials to the server, the server authenticates with LDAP, and then has to return something (what, I'm not sure, that's something else I need to know) so that simple-auth can recognize the user as authenticated or not.
Again, sorry if I could have phrased something better. I'm at the stage where I hardly know how to ask the question, which is why I'm asking here.