Hey Guys,
In view of the latest changes to requiring session tokens by default, is there any REST query which we can use to connect and authenticate a user, which will then return the security token that we can use for subsequent calls?
The reason why I need this is because our application sits on an external client and attempts to connect to API2 to execute commands. Prior to requiring session tokens, we could parse the username and password in the same query, but now it seems to be a two step process (authenticate -> get security token -> proceed to API commands by embedding security token in endpoint)
Cheers
In view of the latest changes to requiring session tokens by default, is there any REST query which we can use to connect and authenticate a user, which will then return the security token that we can use for subsequent calls?
The reason why I need this is because our application sits on an external client and attempts to connect to API2 to execute commands. Prior to requiring session tokens, we could parse the username and password in the same query, but now it seems to be a two step process (authenticate -> get security token -> proceed to API commands by embedding security token in endpoint)
Cheers