Skip to main content

Software statements

OCMS Software Statements

Overview

A Software statement (referred as SS later on) is an optional credential, that is created from Registration template and used by apps when they register themselves as OAuth clients.

SS is used to:

  • Ensure, that apps that will use this SS, will have exact claims,\ that specified in SS (optional).

  • Auto-approve incoming client registration requests.

  • Indicate that client is trusted in the UI.

In the UI SS can be created here - https://[your-tenant].hiiretail.com/ocms/templates/global with Create Statement button.

Your SS can be found here - https://[your-tenant].hiiretail.com/ocms/statements Example - ss

It consists of several parts:

  • Expiration date (if set during creation)
  • Id of SS
  • User id, who created this SS. Link points to IAM UI to profile of this user. If you have permissions, you will see detailed user data.
  • When SS was created
  • And list of claims, that SS will enforce for each client that will use this SS.

You can also:

  • Recover SS. (get SS as a token once more)
  • Delete it.
  • Revoke. (if app uses this SS for registration, registration will be rejected)