Incident Delay Attribution Experience API
Security
This API supports following security measures.
Authentication on REST Endpoint
Token endpoint (/consumers) has Client ID Enforcement policy applied. Each consumer of this endpoint will be shared with Client ID and Secret, which needs to be passed along with token request.
Authentication on Web Socket
Connection to Web sockets are authenticated using token i.e. consumer needs to get token first and then pass the same token while initiating connection on Web Socket. If token validation fails then respective Web Socket connection will be refused.