Cross-App Access
Create
Register a resource server (a third-party authorization server) as a permitted cross-app-access audience for an application. The audience must be unique within the application and must not equal your own tenant's issuer — C1 cannot be both the granting IdP and the resource server in the same flow.
post/api/v1/apps/{app_id}/xaa/resource_servers
Path parameters
app_idstring required
The application this resource server fronts.
Request body
Response
XAAResourceServerServiceCreateResponse returns the registered resource server.