I have successfully integrated ADFS as an external identity provider for Identity Server.
Now I want to make sure that the response I have is really from my ADFS, so I can prevent someone intercepting the request and sending back an "success" response for an invalid user. My understanding is that Identity Server only makes sure the response is valid, but cannot check that it's from the right server.
What event would I use to check that response is really valid? My guess is that I have to handle some event and check for that the certificate is the one I have setup in ADFS.