This topic contains 1 reply, has 0 voices, and was last updated by chanarbon 7 years, 3 months ago.

  • Author
    Posts
  • #6400 Score: 0

    kreylingj
    • Contributions: 0
    • Level 1

    Looking to create internal applications with VB.NET and need a way to login with a token and not have to specify a password. I have the token piece setup in NetSuite but cannot find any examples of how to login with a TokenPassport. Only login options are login or ssologin.

    Can anyone supply an example of how to use VB.NET to login with at token?
    This is a cached copy. Click here to see the original post.

  • #6401 Score: 0

    chanarbon
    • Contributions: 0
    • Level 1

    kreylingj

    Token-based authentication is a request-level type authentication so if you plan to use TBA as your authentication mechanism, you have to generate the signature every time to ensure the validity of the web services user’s identity.

You must be logged in to reply to this topic.