In this IdP-Initiated SSO scenario, a user logs on to the IdP site and attempts to access a resource on the SP site.
Processing Steps:
In this IdP-Initiated SSO scenario, a user logs on to the IdP site and attempts to access a resource on the SP site.
Processing Steps:
After successfully installing the UltimateSaml setup package you will see two web sample projects in the folder Samples\Saml\Web\CS\Saml2IdPInitiated for C# and Samples\Saml\Web\VB\Saml2IdPInitiated for VB.NET. To run these web sample projects, open the solution file Saml2_IdPInitiated_XXXX.sln, and then press F5 in the Visual Studio IDE.
This sample is configured to run at port 1421 (you can easily change the port number in the project property page). The identity provider web application, in conjunction with Service Provider web application, demonstrates IdP initiated single sign-on. Firstly, you need to login to the system with the user name iuser and a password of password.
and then click on a link to access the Service Provider site which runs at port 1422.
You can easily configure the ID Provider web application by modifying the settings within its web.config file's <appSettings> section:
This sample is configured to run at port 1422 (you can easily change the port number in the project property page). The service provider web application, in conjunction with Identity Provider web application, demonstrates IdP initiated single sign-on. You can login to the local system with the user name suser and a password of password.