Trust Manager is unique in the collection of micro services that comprise the Sitelink3D REST API. All security policies within Sitelink3D are enforced by Trust Manager.
Trust Manager is SiteLink's security gate keeper. It exists for two purposes, both of which are typically transparant to users of the SiteLink API.
Definitions for the concepts referenced here including the security node hierarchy and security tokens are described on the Sitelink3D security page.
This section is aimed at developers who wish to understand the SiteLink security model sufficiently to interact with the public SiteLink API. The following is the minimum knowledge required to get to work with SiteLink.
Definitions for the concepts referenced here including the security node hierarchy and security tokens are described on the Sitelink3D security page.
This section is aimed at developers who wish to administer SiteLink security policies. Define resources that permissions can be granted against and generate security tokens to issue to users. The following is the minimum knowledge required to administer security using Trust Manager.
The Trust Manager REST API is expressed in terms of nodes, A developer may happily interact with SiteLink without knowing how Trust Manager works. All that is required is the use of JWT tokens that are issued and an understanding that these tokens Because Trust Manager implements , the task of authorizing API calls is easy as it is based on tokens. To understand how Trust Manager these tasks and why they are necessary, it is necessary to understand that Trust Manager implements security using which is explained Each call to a SiteLink micro service.
Definitions for the concepts referenced here including the security node hierarchy and security tokens are described on the Sitelink3D security page.