How do I use Kong Identity with Consumer-scoped plugins and OIDC auth?
For Consumer-scoped plugins, do the following:
- Create a Consumer per client in the respective control plane.
- The OIDC plugin will map clients to Consumers using claims with the
consumer_claim
field. - Apply the Consumer-scoped plugin to the Consumer entity in the control plane. You don’t need to migrate the client credential to a Consumer credential.
Can I retrieve my client’s secret again?
No, the secret is only shared once when the client is created. Store it securely.