200
response would suffice to act as a successful authentication.200 OK
and match the regex in order to be marked as successful.
http://{TARGET-HOSTNAME}:{PORT}/
and evaluate the response status code, if the status code returned is 200
then TIB will assume the response is JSON ("ResponseIsJson": true
) to extract an access token (e.g. if this is an OAuth pass-through request) and try and find an identity to bind the Dashboard user to in the user_name
JSON field of the response object ("UsernameField": "user_name"
):