Verification of OneRoster REST Consumer on the Studio Tenant

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
Requirements

You need to have Postman installed.

  1. Verify that the OneRoster REST API is installed into the studio tenant.
  2. Run the Mappings jobs for this consumer.
  3. Set up the API testing URL using your tenant name.
    Use the URL format: https://[tenant name].dev-rapididentity.com with the appropriate endpoint.
    Available endpoints:
    1. Create the key and consumer secret for the target application.
      Navigate to Application > Configure > Connection Settings
  4. Configure Postman with the following settings:
    1. Select OAuth 1.0 as the Authorization Type
    2. Set HMAC-SHA256 as the Signature Method
    3. Enter the Consumer Key and Consumer Secret values as configured on the Tenant
    4. Set the HTTP verb as GET
  5. Trigger the API and verify the response.
    You should receive a 200(OK) success response message.