Thingworx login using Oauth2.0
I am looking for examples to call API to validate the user name and password and generate access token using OAuth 2.0 while user login to Thingworx
Steps I like to perform:
1) User enters user name / password
2) Thingworx call external API ( /token) to validate the entered user credentials
3) The external API will validate user/password against authentication system such as active directory.
4) The external API and send back access token for further calls to the external

