Login Configuration for a Database

GET {{base_url}}/LoginConfig/:database

Use this endpoint to retrieve configuration settings, such as a list of supported languages and Windows-related settings, for a given database of your Vantagepoint application during login.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

{"database":"DVPDev","winAuthDefault":"","emailConfig":true,"WAADEnabled":true,"Languages":[{"Culture":"de-DE","Caption":"Deutsch (Deutschland)"},{"Culture":"en-GB","Caption":"English (International)"},{"Culture":"en-US","Caption":"English (United States)"},{"Culture":"es-ES","Caption":"Español (Internacional)"},{"Culture":"fr-CA","Caption":"Français (Canada)"},{"Culture":"fr-FR","Caption":"Français (France)"},{"Culture":"nl-NL","Caption":"Nederlands (Nederland)"},{"Culture":"pt-BR","Caption":"Português (Brasil)"}],"WAADSettings":{"WAADTenant":"devhost.corp.ssoclient1.com","WAADServerClientID":"xxxxxxxx-xxxx-xxxx-xxxx-111111111111"}}