Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have developed one ASP.Net web application and many claims provider has been added in ADFS 3.0.

When i access web application it shows list of claims providers on Home Realm Discovery (HRD) page. But i want to skip HRD page and redirect to login page based on claim provider organization name present in querystring.

Example-

I have two IdP "ABC" and "XYZ". When i am trying to access "https://localhost/ABC/SSoLogin.aspx"

it redirects me on Home Realm Page where I can see two Claim Provider "ABC" & "XYZ". Again I have to select "ABC" from list and then it redirects to "ABC".

What I expect if request URl is "https://localhost/ABC/SSoLogin.aspx", then it automatically redirects me to "ABC" and ask for credentials.

If I request "https://localhost/XYZ/SSoLogin.aspx" then it automatically redirects me to "XYZ" and ask for credentials.

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900