Known Issues

Topics:

This section describes known issues in all editions of Omni-Gen version 3.15.

Invoking the Swagger API for the Omni-Gen Server Authorize Call

In all editions of Omni-Gen version 3.15, when invoking the Swagger API for the Omni-Gen Server Authorize call, a 401 (Unauthorized) response is returned. This occurs even if you supply the appropriate credentials. This will be resolved in a future release.

As a workaround, follow the steps below to use the Omni-Gen Controller Authorize call and use the token from the response for the Omni-Gen Server Swagger API.

  1. Go to Controller Swagger UI. For example:

    https://localhost:9500/swagger-ui.html
  2. Click POST for the Authentication endpoint.

  3. Click Try it out.

  4. Set the authentication request value to the following:

    {"password": "ibi00", "username": "primary/ibi"}
  5. Click Execute.

    You should see response code 200.

  6. Copy the jwt token value.

  7. Go to Server Swagger UI. For example:

    https://localhost:9514/server/swagger-ui.html
  8. Click Authorize and then paste the jwt token value from step 6 into the text box.
  9. Click Authorize and then click Close.

Now, you can run other endpoints besides authentication.