Just wanted to start the conversation around OpenId Connect (OPIDC) and using the Authorization types. Our company has an API that sits on top of an authority that supports Open Id Connect that is a layer on top of OAuth2. When using the OAuth2 authorization type everything looks to be working except the response from the token endpoint is looking for access_token and does not support id_token.
In our case we would like to be able to chose when setting up the OAuth2 settings if postman should use the id_token or the access_token.