Commit 42df4f4
committed
Add token request parameters for authorization code flow
The access token request needs the code if we're using code flow.
For authorization code flow, grant_type and redirect_uri are also required.
See https://docs.duendesoftware.com/identityserver/v7/reference/endpoints/token/
To run tests, pin the minitest version per a conflict with mocha, as noted here:
freerange/mocha#614
But do not leave pinned as the gem fails to install under some rubies that
previously succeeded.
For example:
net-imap-0.5.0 requires ruby version >= 3.1.0, which is incompatible with the
current version, ruby 2.6.8p0 (jruby 9.3.7.0)1 parent 389869b commit 42df4f4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
274 | 280 | | |
275 | 281 | | |
276 | 282 | | |
| |||
0 commit comments