@14geronimo what you are attempting to acheive would likely not work.
The postman instance in VM1 must be able to access the internet to be able to log you in.
Hypothetically assuming, you get the auth-token somehow and paste it into VM1’s Postman’s instance. The Postman app would then try to connect to the postman’s servers to validate the token, that would likely fail for you if Postman isn’t able to reach its servers.
You can give the following steps a try:
- Click sign-in / add-account from Postman app on VM1
- In the window displayed click on
copy the URL
and copy it into VM2 (NOT the URL from the browser)
- Paste it in a browser in VM2, and if things work fine, you should see a page similar to:
- If you do, click on
use authorization token to sign in
to get the token to copy and paste.
The above would only work, if the handover from Postman app in VM1 to browser did not reach postman’s servers at all, if it did, the URL would not be valid anymore to use anywhere else.
Again, this is very hackish and I suggest you check VM1’s network to fix that instead.