Can anyone know about the server action- authentication. And can you refer some resources about that to learn in detail about it.
Hello Sakthipriya,
Can you please explain in bit detail what exactly you are looking for?
Thanks,
Sachin
In server action there is an logic related to authentication. If you know about this server action authentication explain in detail and refer some sources to know more about it.
Hello,
Please explain a little bit more about what exactly you are looking for.
From what I understood, I am providing some links you can refer to:
https://success.outsystems.com/documentation/best_practices/security/reactive_web_security_best_practices/
https://success.outsystems.com/documentation/11/reference/outsystems_language/logic/built_in_functions/roles/
https://www.outsystems.com/forums/discussion/66824/reactive-security-warning-youre-exposing-a-server-action-for-public-access/
Thanks & regards
Anees
Hi Sakthipriya, If it is regarding any warning you are getting in your app then you need to check your screen role if it is "Anonymous" and you are calling server action in any of the screen actions this warning will appear.Please let me know if you have any queries.Regards,Anubhav
Hi Sakthipriya,
You can authenticate user byusing the CheckRole action in your server action.
when you define roles in application you can see these action created.
Hope this helps.
Regards
Shoeb
Hi Sakthipriya B,
Please elaborate more on the specific use case of server authentication you are looking for.
For example: whether you want to run server action for specific user role or regarding the fetching data from any source or regarding the exposure of server action.
Thanks & Regards,
Piyali Saha