Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Add documentation about the send_scope_to_token_endpoint config prope…
Browse files Browse the repository at this point in the history
…rty (jjbohn#52)

Co-authored-by: Luca Leonardo Scorcia <[email protected]>
  • Loading branch information
lscorcia and lscorcia authored Mar 20, 2020
1 parent d2c23d9 commit d76ba17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ These are the configuration options for the client_options hash of the configura
that appears in the `user_info` details.
* The `issuer` property should exactly match the provider's issuer link.
* The `response_mode` option is optional and specifies how the result of the authorization request is formatted.
* Some OpenID Connect providers require the `scope` attribute in requests to the token endpoint, even if
this is not in the protocol specifications. In those cases, the `send_scope_to_token_endpoint`
property can be used to add the attribute to the token request. Initial value is `true`, which means that the
scope attribute is included by default.

For the full low down on OpenID Connect, please check out
[the spec](http://openid.net/specs/openid-connect-core-1_0.html).
Expand Down

0 comments on commit d76ba17

Please sign in to comment.