Set up auth credentials

Last updated: Dec 18, 2025
IMPLEMENTATION
HEALTH TECH VENDOR

An auth credential verifies one of your destinations to receive data from Redox. Learn about receiving data from Redox.

Prerequisites

  • Any user can view auth credentials in a given environment, but a user must be assigned to an engineer role to manage them. Learn about user roles.
  • You must have completed onboarding to Redox and implemented at least one connection.
  • Use Network Explorer to see which systems Redox already integrates with.
  • If you can’t find the system you’re looking for, review our process for adding a new system adapter to our network.
  • Decide which supported auth strategy to use:
    • AWS Signature Version 4
    • Google Workload Identity Federation (WIF)
    • JWT bearer
    • OAuth 2.0 Two-Legged with secrets
    • OAuth 2.0 2-legged with JWT for GCP
    • SMART backend

View auth credentials

  1. Log in to the Redox dashboard.
  2. From the navigation menu, click the Developer page.
  3. By default, the Sources tab displays. From the tab options, click the Destinations tab.
  4. Any configured destinations and auth credentials display.
  5. To view a specific auth credential’s configuration details, click the Edit button on its tile.

Create an auth credential

  1. Follow the steps to view auth credentials.
  2. On the Destinations tab, click the New auth credential button to open the Create form. At any point, click the Cancel button to discard and exit the form.
  3. Enter a human-readable name for the auth credential. This will be the displayed name on the Destinations tab.
  4. From the Strategy drop-down field, select the relevant auth strategy that the auth credential will use to verify the source’s legitimacy.
    On the Create auth credential form, a user enters a name and selects the auth strategy type.
    Select the auth strategy type
  5. More configuration fields appear, which are specific to the selected auth strategy type. After you start entering settings, click the Clear button to reset the form at any point.
  6. When you’ve finished entering the configuration details, click the Create button.
  7. The form closes and the new auth credential appears on the Destinations tab.

Edit an auth credential

  1. Follow the steps to view auth credentials.
  2. Find the auth credential you want to edit, then click the Edit button.
  3. The Edit form opens. Make any changes you need, then click the Save button. At any point, click the Discard changes button to undo any edits.
  4. After changes are saved successfully, click the Exit button to return to the Developer page.
    A user selects an auth credential to edit and updates its settings in the Redox dashboard.
    Edit an existing auth credential

Delete an auth credential

  1. Follow the steps to view auth credentials.
  2. Find the auth credential you want to delete, then click the Delete button.
  3. A confirmation modal opens. If you changed your mind and want to keep the auth credential, click the Cancel button. Or to proceed with deleting, click the Delete button.
  4. The page reloads with any remaining auth credentials.
    A user must confirm before an auth credential is successfully deleted.
    Delete an auth credential