Hello
I want to use ACS service with SAMl2.0 assertions with IDP(Identity Provider) is my own Ative Directory
Below is the Authentication procedure i want
1. User opens I.E(Internet explorer), opens up website which shows up the webshops that user can choose from.
2. User Clicks on Webshop1 and following procedure is followed that uses SAML authentication and ACS to login the user
a) Client that is IE will send a request to Webshop’s authorization.
b) Web shop redirects to IDP that will be the IIS server using SAML which prompts the user to login.
c) After user logs in and authenticated then a token is issued by IDP.
d) Then IDP that is the IIS server redirects client to ACS.
e) Then ACS validates token, Inputs IDP token to the ACS rules engine setup and mints its token that contains its claim.
f) ACS redirects the client to RP that is Webshop authorization.
g) Client sends ACS issued token to the webshop which validates and allows login.
PLEASE HELP ME WITH some explanatory code examples.