Identify User | (String). The list of consumers against which the OAuth token should be validated for identifying requests from a particular client. | |
Value | Description | |
Do Not Identify | Mediator forwards the request to the native API, without attempting to verify client's credentials in incoming request. | |
Global Consumers | (Default). Mediator tries to verify the client's OAuth access token against a list of all global consumers available in the Mediator. | |
Registered Consumers | Mediator tries to verify the client's OAuth access token against the list of consumer applications who are registered as consumers for the specified API. | |
Authenticate Access Token | (Boolean). (Optional). This option uses your resource server to verify clients. When Integration Server acts as a resource server, it receives requests from clients that include an access token. The resource server asks the authorization server to validate the access token and user. If the token is valid and the user has privileges to access the folders and services, the resource server executes the request. For more information about using Integration Server to act as a resource server, see webMethods Integration Server Administrator’s Guide. | |
Value | Description | |
True | (Default). Mediator verifies the client's OAuth access token against the list of consumers available in the Integration Server on which Mediator is running. | |
False | Mediator does not verify the client's OAuth access token. |