You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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