Support OpenId Connect Authorization Type

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.

2 Likes

This would really help if there was a support for JWT access and reference token, to test certain flows.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.