Questions
- Why is a web service particularly important when using SQL Azure Database?
- What is the problem with implementing SignalR in load-balanced websites?
- What solution can we use to solve this problem (as known from the preceding answer)?
- How can we enforce authorization in a controller?
- What techniques can we use to test a Web API service without writing any code?
- What is the hub SignalR URL?
- How do we enforce authorization in a SignalR hub?
- What does the Enable Organizational Authentication setting achieve during publishing?
- Why must the
appPermissions
section of Web API AD application's manifest be modified? - In the client application's config, what are the
ida:Audience ida:ClientID
settings? - If a user's authentication token has expired, what can be done to authenticate the users without them logging in again?
- How does a client call a SignalR hub method, and how can we tell if it was successful?