Trusted clients management

Advanced Access Control stores trusted client information based on the decisions of a resource owner on which clients to trust.

In an OAuth 2.0 flow, the resource owner is asked to provide consent on the scopes that are requested by a client to access the protected resource. The resource owner can either grant permission or deny the client from its access request.

The OAuth server or authorization server uses the trusted clients manager to manage information about trusted clients.

Administrators can configure the behavior of the trusted clients manager in the API protection page. They can configure Whether a resource owner is prompted for consent in the Authorization code flow or the Implicit grant flow. The following configuration options are available:

For the Prompt once and remember configuration options, the trusted client manager verifies Whether the resource owner previously provided consent on the scopes that are requested by a client.


Parent topic: OAuth 2.0 and OIDC support