Skip to content

Commit f27a4f0

Browse files
authored
CHange scope: to "User"
1 parent d94b771 commit f27a4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/appstore/modules/oidc-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To check that this works, you will need a tool for testing APIs (such as [Postma
153153
"backchannel_logout_uri" : http://localhost:8081/logout,
154154
"post_logout_redirect_uris" : [http://localhost:8081/logout],
155155
"grant_types": [ "authorization_code" ],
156-
"scope": "openid"
156+
"scope": "User"
157157
}
158158
```
159159

@@ -168,7 +168,7 @@ To check that this works, you will need a tool for testing APIs (such as [Postma
168168
"authorization_code",
169169
],
170170
"client_secret_expires_at": 0,
171-
"scope": "openid",
171+
"scope": "User",
172172
"client_secret": "ClientSecret",
173173
"redirect_uris": [
174174
"http://localhost:8081/oauth/v2/callback"

0 commit comments

Comments
 (0)