At the moment, we are using SSO token authentication. Since we need to integrate with other systems, we need to be able to generate a valid token.
My question is: how should we generate a token that can successfully pass authentication? Should the token be obtained through an API call, or generated in code? If it is generated in code, could provide a .NET example?
