Commit 48e7214
authored
Add decoded ID token to extra payload (#19)
When the `openid` scope is requested, an `id_token` is returned by
`get_token`.
This change adds the decoded `id_token` to the `extra` payload alongside
the decoded `access_token`.
This approach aligns with common Omniauth strategies and ensures that
`id_token` information is available for downstream consumers.
Ref: ccrockett#611 parent 9fe4bdb commit 48e7214
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
83 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
0 commit comments