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.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○