Commit c9449eb
committed
docs: clarify oauth_redirect_port is client-id-gated on both backends
The oauth_redirect_port row implied the kernel path treats the port
differently from Thrift. It doesn't: auth.py:127-130 (Thrift) and the
kernel auth_bridge use the identical gate — an explicit port is only
honored when a custom oauth_client_id is also supplied; otherwise the
full 8020-8024 range is used with first-free-port binding. Reword the
note to describe this shared behavior (both backends), keeping the
existing checkmark/checkmark support columns.
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent 5d984c2 commit c9449eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments