Aliaksandr - looking in error.log this is what i get:
```
[Mon Dec 12 17:27:09.567566 2016] [auth_openidc:error] [pid 2979:tid 139887755884288] [client 82.15.250.246:54310] oidc_ut il_json_string_print: oidc_util_check_json_error: response contained an "error" entry with value: ""invalid_request""
[Mon Dec 12 17:27:09.567935 2016] [auth_openidc:error] [pid 2979:tid 139887755884288] [client 82.15.250.246:54310] oidc_ut il_json_string_print: oidc_util_check_json_error: response contained an "error_description" entry with value: ""The reques t is missing a required parameter, includes an unsupported parameter or parameter value, repeats a parameter, includes mul tiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.""
```
What i am attempting is to use a token obtained from https://gluu.iolab.uk, to authorize access to my endpoint which is on a test azure server (which has openidc).
I am making a request to the resource, /secure with Postman, including the Access Token using a bearer type.
I am sure i am doing something simply wrong here - just very little documentation around on resource servers using Gluu and mod_auth_openidc