Authenticate Test
Security/Authenticate/Token/Generate/Windows
NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. Authenticate the provided credentials and return a timed token that can be used to proxy this result.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/Authenticate/Token/Generate/Windows

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : WindowsAuthenticationRequest

Request object type WindowsAuthenticationRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
Application string N
MachineLocation string N
UserGroup string N
{
  "UserGroup": "sample string 1",
  "MachineLocation": "sample string 2",
  "Application": "sample string 3"
}
<WindowsAuthenticationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Application>sample string 3</Application>
  <MachineLocation>sample string 2</MachineLocation>
  <UserGroup>sample string 1</UserGroup>
</WindowsAuthenticationRequest>

Response object type : AuthenticationTokenResponse

Response object type AuthenticationTokenResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Token string
{
  "Token": "sample string 1"
}
<AuthenticationTokenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Token>sample string 1</Token>
</AuthenticationTokenResponse>
Change Version Description Contract Old New
Operation Added 15.0.0 GenerateTokenWindows has been added. GenerateTokenWindows