Commit 76e5fb2
Olivier Gintrand
feat: expose token_endpoint_auth_method in gateway admin UI
Add a dropdown selector for token_endpoint_auth_method (RFC 6749 Section 2.3)
to both the gateway create and edit forms. Supports client_secret_post (default)
and client_secret_basic methods.
Changes:
- admin.py: Parse token_endpoint_auth_method from form data in add/edit endpoints
- admin.html: Add select dropdown to create and edit gateway modals
- gateways.js: Populate field value when editing existing gateways1 parent a2aa82a commit 76e5fb2
3 files changed
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12139 | 12139 | | |
12140 | 12140 | | |
12141 | 12141 | | |
| 12142 | + | |
| 12143 | + | |
| 12144 | + | |
| 12145 | + | |
| 12146 | + | |
12142 | 12147 | | |
12143 | 12148 | | |
12144 | 12149 | | |
| |||
12411 | 12416 | | |
12412 | 12417 | | |
12413 | 12418 | | |
| 12419 | + | |
| 12420 | + | |
| 12421 | + | |
| 12422 | + | |
| 12423 | + | |
12414 | 12424 | | |
12415 | 12425 | | |
12416 | 12426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
| |||
526 | 529 | | |
527 | 530 | | |
528 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
529 | 539 | | |
530 | 540 | | |
531 | 541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5965 | 5965 | | |
5966 | 5966 | | |
5967 | 5967 | | |
| 5968 | + | |
| 5969 | + | |
| 5970 | + | |
| 5971 | + | |
| 5972 | + | |
| 5973 | + | |
| 5974 | + | |
| 5975 | + | |
| 5976 | + | |
| 5977 | + | |
| 5978 | + | |
| 5979 | + | |
| 5980 | + | |
| 5981 | + | |
| 5982 | + | |
| 5983 | + | |
| 5984 | + | |
| 5985 | + | |
| 5986 | + | |
5968 | 5987 | | |
5969 | 5988 | | |
5970 | 5989 | | |
| |||
10274 | 10293 | | |
10275 | 10294 | | |
10276 | 10295 | | |
| 10296 | + | |
| 10297 | + | |
| 10298 | + | |
| 10299 | + | |
| 10300 | + | |
| 10301 | + | |
| 10302 | + | |
| 10303 | + | |
| 10304 | + | |
| 10305 | + | |
| 10306 | + | |
| 10307 | + | |
| 10308 | + | |
| 10309 | + | |
| 10310 | + | |
| 10311 | + | |
| 10312 | + | |
| 10313 | + | |
| 10314 | + | |
10277 | 10315 | | |
10278 | 10316 | | |
10279 | 10317 | | |
| |||
0 commit comments