Hi everyone!
I using Gluu 4.0.Final !
Please, help me!
Thank you so much!
I get access_token: Ok!
But, i use access_token then Gluu always respone:
```
{
"reason": "Missed openid scope.",
"error_description": "The request requires higher privileges than provided by the access token.",
"error": "insufficient_scope"
}
```
**1. Images:**
- My Gluu client + scopes configurations:
https://drive.google.com/open?id=1Rqomk4zb2cmvdNgz3HrY0MZkLeCqZE9J
- requestAccessToken:
https://drive.google.com/open?id=1KNV-gVUXVevflL3pRCZ4quIKNoeDy7PD
- requestUserInfoPost:
https://drive.google.com/open?id=1PUIM2OMfJkNeh7bVTys526Ud-PTkH6ng
**2. Demo page:**
My domain: https://gluu.agileviet.vn/
user: `admin`
pass: `%tE857FwvWO&`
**3. Below is PostMan sessions:**
3.1.requestAccessToken
```
POST /oxauth/restv1/token HTTP/1.1
Host: gluu.agileviet.vn
Content-Type: application/x-www-form-urlencoded
Authorization: Basic NjU3NDIwNjktMzdlOC00YWMzLWI4ZWItNzY1MWE2NWNlNWZhOnJPY21qTlEyMFF2VHRmRDlZcXEzcjVJSg==
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: 7a5e6dfe-aefa-47e2-aa95-d38dbc7c97b8,3c7d616a-6912-4c63-a8e7-968f62318cd4
Host: gluu.agileviet.vn
Accept-Encoding: gzip, deflate
Content-Length: 60
Connection: keep-alive
cache-control: no-cache
grant_type=password&username=admin&password=%25tE857FwvWO%26
```
3.2. requestUserInfoPost
```
GET /oxauth/restv1/userinfo?access_token=277b866a-af98-4edb-8295-be1136fdbd41 HTTP/1.1
Host: gluu.agileviet.vn
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
User-Agent: PostmanRuntime/7.20.1
Accept: */*
Cache-Control: no-cache
Postman-Token: b917e6c3-8750-4fed-b024-c0f717fc876a,c20529bd-2670-43c5-997f-009537804870
Host: gluu.agileviet.vn
Accept-Encoding: gzip, deflate
Content-Length: 0
Connection: keep-alive
cache-control: no-cache
```