Nick Steele
86661eb626
Simplify enterprise OAuth login helpers and expand callback tests ( #44616 )
...
## What changed
- Consolidate callback address and port parsing in `enterprise_callback_settings`.
- Reuse `StoredOAuthTokens::has_refresh_token` for credential validation.
- Keep `EnterpriseOAuthHttpClient` private and inline removal of the `resource` parameter from authorization code token requests.
- Share the `complete_login` test helper across login and logout tests.
## Testing
Expand callback settings coverage to check default and configured ports, ports from callback URLs, and rejection of conflicting ports alongside loopback address validation.
GitOrigin-RevId: 42c9be5663ce13b7349cefac2c6a20c4fa974aef
2026-09-10 18:43:15 +00:00
..
2026-09-05 18:06:26 +00:00
2026-09-10 17:03:11 +00:00
2026-09-10 18:32:38 +00:00
2026-09-07 19:34:23 +00:00
2026-09-09 20:39:33 +00:00
2026-09-10 18:24:13 +00:00
2026-09-03 06:02:25 +00:00
2026-09-10 13:02:57 +00:00
2026-08-31 13:44:12 +00:00
2026-08-31 13:44:12 +00:00
2026-09-03 23:20:54 +00:00
2026-09-09 03:17:48 +00:00
2026-09-02 21:50:51 +00:00
2026-09-07 16:55:06 +00:00
2026-09-10 18:40:07 +00:00
2026-09-02 20:07:11 +00:00
2026-09-03 01:46:37 +00:00
2026-08-28 19:44:50 +00:00
2026-08-29 02:52:58 +00:00
2026-09-01 17:17:45 +00:00
2026-09-01 01:00:50 +00:00
2026-09-08 17:51:40 +00:00
2026-09-10 10:31:15 +00:00
2026-09-10 16:02:59 +00:00
2026-09-05 01:25:06 +00:00
2026-09-10 06:06:21 +00:00
2026-08-31 21:27:51 +00:00
2026-09-08 19:56:25 +00:00
2026-09-04 23:56:25 +00:00
2026-09-10 18:24:13 +00:00
2026-09-03 23:20:54 +00:00
2026-09-02 18:34:27 +00:00
2026-09-05 12:17:32 +00:00
2026-09-07 17:09:04 +00:00
2026-09-09 17:03:57 +00:00
2026-09-07 16:55:06 +00:00
2026-09-10 16:02:59 +00:00
2026-09-10 18:24:13 +00:00
2026-09-10 03:18:28 +00:00
2026-09-10 18:10:26 +00:00
2026-09-06 20:52:29 +00:00
2026-09-10 16:02:36 +00:00
2026-09-09 23:23:59 +00:00
2026-09-10 00:26:30 +00:00
2026-09-08 19:40:43 +00:00
2026-09-01 15:12:53 +00:00
2026-09-09 19:43:41 +00:00
2026-09-09 23:46:17 +00:00
2026-09-09 20:32:57 +00:00
2026-09-10 03:18:28 +00:00
2026-09-09 03:17:48 +00:00
2026-09-10 03:18:28 +00:00
2026-09-10 16:42:34 +00:00
2026-09-09 17:45:17 +00:00
2026-09-09 15:48:39 +00:00
2026-09-01 17:17:45 +00:00
2026-09-05 12:08:18 +00:00
2026-09-10 18:24:13 +00:00
2026-09-07 20:25:30 +00:00
2026-09-10 18:43:15 +00:00
2026-09-10 18:24:13 +00:00
2026-08-28 01:14:02 +00:00
2026-09-04 20:09:04 +00:00
2026-09-09 06:04:59 +00:00
2026-09-09 04:00:10 +00:00
2026-09-05 05:21:42 +00:00
2026-09-09 23:23:59 +00:00
2026-09-02 18:34:27 +00:00
2026-09-08 04:35:21 +00:00
2026-09-10 18:24:13 +00:00
2026-09-09 23:46:17 +00:00
2026-09-10 18:24:13 +00:00
2026-09-02 18:42:06 +00:00
2026-09-08 00:13:28 +00:00
2026-09-09 17:55:00 +00:00
2026-09-08 04:55:29 +00:00
2026-09-03 20:01:07 +00:00
2026-09-09 22:50:03 +00:00
2026-09-02 22:19:51 +00:00
2026-09-08 23:37:26 +00:00
2026-09-08 21:19:02 +00:00
2026-09-10 14:13:57 +00:00
2026-09-10 13:02:57 +00:00
2026-09-04 05:07:02 +00:00