User Authentication + Cloud Functions | C2C Community
Solved

User Authentication + Cloud Functions

  • 7 October 2022
  • 2 replies
  • 35 views

Userlevel 1
Badge +2

I am trying to build an application that uses Identity Platform to handle user authentication. I am also building functionality into Cloud Functions that needs to be triggered by user actions in the application.

 

From an authentication/permissions standpoint, should I be opening up my Cloud Function to any and all traffic (not requiring IAM auth) and then doing verification of the user’s auth via Identity Platform from within the function?

icon

Best answer by malamin 10 October 2022, 14:05

View original

2 replies

Userlevel 7
Badge +35

Hi @davidressler,

Thank you for questions. I don't know actually, how you have architect your solution and which language are using for users authorization module in cloud function.

Here is reference documentation that you can follow. I think it might be able to overcome your issue. If it is not work then please send me more in details that I can help you.

 

 

 

 

 

Userlevel 7
Badge +29

Hello @davidressler! Please don’t forget to introduce yourself in the C2C Lounge using this template. It would be great for our members to get to know you a bit better 😎

 

So, has@malamin ‘s answer helped you? 

Reply