Commit 2c77d4d
committed
docs: note that Online Refresh Tokens don't support Ephemeral Sessions yet
A resource server with both allow_online_access and "Allow for Ephemeral
Sessions" enabled causes the authorization server to issue an ORT at login
that is then rejected with invalid_grant on the very next refresh. This is
a known backend limitation (traced via ESD-64139) and not an SDK defect —
documents the workaround of disabling Ephemeral Sessions until backend
support lands.1 parent 9615071 commit 2c77d4d
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
0 commit comments