Installation guide
55 | Page Celestix HOTPin Appliance Installation Guide
The following subsections explain the items on the Provider Properties page.
Illustration 15 provides a reference.
Illustration 15 - HTTP OTP Provider Properties
Settings and Customizable Fields:
In the Website URL field, enter the information required by your service provider
along with replaceable tags for the HOTPin information you want to include in
the sent code message.
Website URL – the URL property defines the host and query string
where the next token code will be sent. The query string should include
special tags that are replaced with runtime values when the HTTP OTP
Token Provider sends the next code. Any special characters included in
the query variables must be in URL-encoded format; for example, a
space should be written as %20; double quotes as %22.
Replaceable Tags for the URL field:
{user_name} – the user's login name.
{user_full_name} – the user's full name.
{email} – the user's email address.
{phone} – the user's phone number.
{code} – the next token code.
{timestamp} – the date and time the request was sent
to the provider.
Important: Without the {code} tag included in the Subject or Message
field, the message will not provide a token code to the
user.
URL Examples:
The URL field format may vary, depending on the server
requirements for the web or SMS application that processes the
token code information. The following examples illustrate possible
formats as a point of reference.