We are exploring to switch from Insomnia to Postman.
However Postman seems to be very restricted on how authentication responses (like ID and Access token) can be used. I have looked at topics and saw a few closed tickets regarding this.
We need Access and ID token in our requests, and Insomnia makes it easy and you can access the authentication response attributes like variables and use them anywhere.
In some posts there were suggestions to create our own request to get the Access and ID token, but how our IDP is set up it doesn’t allow that, we need to follow the flow redirecting to the IDPs login page to enter userId and password.
So we would need to rely the OAuth2 implementation in Postman. It works, but we can only get either the Access or the ID token, not both, and how it can be used is very restricted.
Is there a way to access the authentication response attributes after the login (there have been a few posts suggesting that, but none of the suggestions work)?
If not is there a chance that this could be added to Postman?