Skip to content

Commit

Permalink
Documentation error: oidc --> openid scope (nokia#96)
Browse files Browse the repository at this point in the history
Fix in documentation - the `openid` scope should be used when accessing an OP
  • Loading branch information
larsw authored and Trojan295 committed Feb 8, 2019
1 parent 44e9546 commit 84fdbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You also need to set the `KONG_CUSTOM_PLUGINS` environment variable
| `config.client_id` || true | OIDC Client ID |
| `config.client_secret` || true | OIDC Client secret |
| `config.discovery` | https://.well-known/openid-configuration | false | OIDC Discovery Endpoint (`/.well-known/openid-configuration`) |
| `config.scope` | oidc | false| OAuth2 Token scope. To use OIDC it has to contains the `oidc` scope |
| `config.scope` | openid | false| OAuth2 Token scope. To use OIDC it has to contains the `openid` scope |
| `config.ssl_verify` | false | false | Enable SSL verification to OIDC Provider |
| `config.session_secret` | | false | Additional parameter, which is used to encrypt the session cookie. Needs to be random |
| `config.introspection_endpoint` | | false | Token introspection endpoint |
Expand Down

0 comments on commit 84fdbda

Please sign in to comment.