Configure resource server connectors

Configure an app's resource server connector so you can create a resource connection between the app and an AI agent.

Resource server connectors support two access methods:
  • Cross-app access (XAA) (recommended): Allows AI agents to connect to the app without prompting users for consent.
  • Security token exchange (STS): Uses admin-configured credentials to connect an AI agent to the app, and then prompts users for their consent.

Before you begin

Start this task

  1. In the Admin Console, go to Applications > Applications.

  2. Search for and select an app that has a resource server connector.
  3. Go to the Resource server tab.
  4. Select Cross-app access (XAA) to configure this access method.
    1. Select Enable to grant access to the app through Cross-app access.
    2. Complete the following fields:
      1. Resource URL: The base URL of the app's resource server.
      2. Issuer URL: The base URL of the app's authorization server. Okta uses this URL to detect token verification requests.
      3. Audience/tenant ID: A unique identifier or audience claim for the authorization server that protects the resource.
    3. Click Save.
  5. Select Security token service (STS) to configure this access method.
    1. Select Enable to grant access to the app through a security token service.
    2. Enter a Client ID and Client secret for the client app that you registered with the resource server connector.
    3. If the client app supports scopes, the Scopes field appears. Add the scopes that you want to grant to the resource server.
    4. Click Save.
  6. Click Save.
  7. Optional. Use Edit button to modify your configurations.