Authorization [CLIENT_CREDENTIALS] #508
-
What product are you having troubles with?Console What Console version are you using?12 DescriptionHello, is it possible to secure and endpoint exposed by the api-gateway with client id and client secret? Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @georgev-97 sorry for the late reply! Yes, it is possible, however this can be done only via advanced configuration. The configuration to be used changes depending on which API Gateway is being installed in your project (the nginx-based or envoy-based). For example, in Envoy you could use JWT Authentication filter to reach the client-credentials service and unpack the token for validation. Is this still relevant to your use-case? |
Beta Was this translation helpful? Give feedback.
Hi @georgev-97 sorry for the late reply!
Yes, it is possible, however this can be done only via advanced configuration.
The configuration to be used changes depending on which API Gateway is being installed in your project (the nginx-based or envoy-based).
For example, in Envoy you could use JWT Authentication filter to reach the client-credentials service and unpack the token for validation.
Is this still relevant to your use-case?