I have a angular application (Azure AD authenticated) which communicates with Azure Function (negotiate) which in turns connects with Azure SignalR service. The communication between Azure Function and the Azure SignalR service happens based on the keys that are associated with the Azure SignalR service. In this case I wanted to know how to authenticate the requests that are made from angular app to the Azure Function (negotiate) endpoint.
Can anyone help me with their guidance on how to implement it.