solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

The use of tokenFieldName: id_token when setting usageplan does not result in id_token being used #123

Open ably77 opened 2 years ago

ably77 commented 2 years ago

Describe the bug

When testing oAuth with portal using tokenFieldName: id_token as described in the environment.proto it looks as the though the default access_token is being selected instead of the id_token

To Reproduce** Steps to reproduce the behavior: Create an Environment with UsagePlan and provide the UsagePlan.AuthPolicy.OAuth.tokenFieldName: id_token You can see that the default access_token is still being selected instead of id_token

Expected behavior id_token should be used instead of access_token

Additional context Add any other context about the problem here, e.g.

chrisgaun commented 2 years ago

Update 10/19: Portal team has been able to reproduce this issue but it is not clear why it's not working. Update from Marco that someone with UI experience would need to dig into this, but currently the team is focused on GM work and there is no current plan to pick up this issue in the near-term