Authenticate a principal and redirect to the specified redirect URL

Authenticate a principal and redirect (302) to the specified URL if authentication was successful. The redirect URL must be URL encoded.

Query parameters
redirect
string required

The URL to redirect to after successful authentication. The URL must be URL encoded.

Responses
  • 302 Principal is successfully authenticated and redirect to the specified path assuming the path is a local path
  • 401 Authentication error
  • 403 Authentication Error
  • 500 Unexpected internal server error