Hi,
I am trying to setup Web SSO using Azure AD for an ASP.Net app.
I followed all the steps mentioned in the deep dive by Vittorio Bertocci but am getting the following error:
Message: ACS20000: An error occurred while processing a WS-Federation sign-in request.
Inner Message: ACS50001: Relying party with name '3AC12F94-F902-4E36-AAE0-BD763891087B/127.0.0.2:7777@dd0a5b2a-efa3-412a-b390-bd2c3f876c58' was not found.
My ASP.Net app is running at: https://127.0.0.2:7777/
-Abhinay