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

Expand UsagePlans to support JWT generation #186

Open jameshbarton opened 1 year ago

jameshbarton commented 1 year ago

Is your feature request related to a problem? Please describe. Users like our API-key generation facilities in Portal. Some would like to expand this to support JWT generation as an option in addition to opaque keys.

Describe the solution you'd like Ideally, Portal would support this out of the box, although it would likely require custom integration with specific IdP's. One approach would be to provide a hook to allow JWT generation with an IdP. We or customers could provide implementations to generate the JWTs either directly from an IdP or from a customer service that talks to an IdP.