Clients
OCMS Clients
In OCMS client is an application instance that needs to be authorized to access specific Hiiretail APIs, and it is not in our cloud environment Each client can dynamically register itself in the system through a process called Dynamic Client registration.
After that clients can authenticate which can be used to access needed Hiiretail APIs.
General OAuth client workflow:
- It is registered by application instance on its startup.
- It's credentials used by app to get JWT tokens.
- It is cleaned up by app instance, when it goes offline. (optional)