Auto-login via AD domain credentials

Hello,

Is there any way to configure auto-login via AD domain credentials on windows machines?

Another questions is about file configuration of rocket-chat desktop. In the first access to the app I need to configure the server URL. In what file this data saved?

1 Like

Please see the ‘Default Servers’ section of the readme here on how to preconfigure the server that it opens with when first launched

For auto login you’ll need to look at electron support for this. I found this here : https://github.com/atom/electron/blob/master/docs/api/app.md#appallowntlmcredentialsforalldomainsallow

So it is possible but apparently does not work too well and it’s something you’d need to implement yourself.

Thanks for the answer @JSzaszvari!!!

For other users that have the same doubt, the servers.json file should be in the folder :\Program Files\Rocket.Chat+\resources

Any tips on how I can start implementing this?

I would be interested too in instructions or any further information how to get this done