The Talent Portal API Authenticator

An API for Google Authenticator

Pair Validate

You can use the web service to pair, or call "https://auth.thetalentportal.co.uk/pair.aspx" with the following parameters:

  • AppName - Your application name, something brief, but recognizable
  • AppInfo - Typically the user's name
  • SecretCode - A secret code that only you know

Example:
https://auth.thetalentportal.co.uk/pair.aspx?AppName=MyApp&AppInfo=John&SecretCode=12345678BXYT

You can use the web service to validate a pin, or call "https://auth.thetalentportal.co.uk/Validate.aspx" with the following parameters:

  • Pin - The user's pin
  • SecretCode - The secret code used using Pairing

Example:
https://auth.thetalentportal.co.uk/Validate.aspx?Pin=123456&SecretCode=12345678BXYT