Instead of Apikey I want to add security based on JWT token authentication.
Hi @Princy,
Welcome to Google Cloud Community!
Not an expert on this topic but the following documentations might lead you to the right direction:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Thank you for the documentation @jamespatrickm . I reviewed it, but it specifies sending the request with the Authorization header using a Bearer token. However, I need to send the token in the idToken header parameter instead. Since there are hundreds of functions relying on the idToken header for further processing, modifying all of them would require significant effort.