'User Authentication for Identity Platform + API Gateway
I have a Cloud Run service fronted by API Gateway. I would like to restrict access to some of the endpoints using JWTs.
The only examples Google provides are these.
I don't see an example for how to use Identity Platform here to authenticate users in API Gateway.
Does anyone know how to do that?
Solution 1:[1]
Turns out that using the Firebase authentication method mentioned in the documentation works (i.e. add the firebase
security definition).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | rigby_nelson |