Skip to content
Louis-Axel Ambroise edited this page Oct 2, 2019 · 2 revisions

API Authorization

FasTnT EPCIS repository uses HTTP basic auth to authenticate and authorize users requests. Thus, any deployment of the EPCIS repository should use HTTPS protocol in order for the credentials to be sent in a secure way.

Unauthorized requests (without Authorization header or with invalid credentials) will return a 401 Unauthorized response with the following header: WWW-Authenticate: Basic realm="FasTnT"

The default username:password value is admin:P@ssw0rd

Clone this wiki locally