Group of 2 You'll notice
Device-code gateway login now checks whether the connection stays inside a declared internal network and shows the path in the trust prompt.
What
- The interactive gateway login flow (the device-code OAuth sign-in) now accepts a list of declared internal networks (
internalNetworks) and resolves the gateway's host against that list before contacting the OAuth endpoint. - If the connection matches a declared network, the trust prompt shown to you now displays the actual network path, e.g. "Connecting from to , both inside declared ".
- The gateway setup screen component was updated to accept this
internalNetworkslist as a new prop alongside the existinginitialUrlandscreenLockedprops, so the wizard can be told about or restricted to these internal addresses.
Why Seeing the concrete network path in the trust prompt makes it easier to verify a gateway connection is staying inside your organization's declared network rather than silently trusting an unfamiliar route.