Custom authentication with OnPremise

Options
I am working on a project, and one of the requirements is that we use OnPremise. We need it because of plugins.

I am currently working towards getting custom authentication working with this, but the error messages aren't very helpful, and the log files don't give me much information.

The game that is using custom authentication has been setup and using OnPremise, so that isn't an issue. When the client tries to connect to the server, it gets a "CustomAuthenticationFailed" message, and nothing more. Checking my website which is used for authentication, I can see that Unity is accessing the authentication page, and the server isn't checking it.

What do I need to return to the client, and what configuration on the server side do I need to do to get this setup?

Thanks in advance!

Comments