ADFS - initiate a connexion without using IdInitiatedSignon.html

Louis DA SILVA 21 Reputation points
2020-05-29T11:33:28.367+00:00

Hello,

I'd set up a relying party with an external webapp

and I'd like to know if it's possible to connect the webapp (which I send the claims to) without using the

https://adfs.internal.com/adfs/ls/idpinitiatedsignon.html which allows me to select the trusts set up in my ADFS and without using the webapp url ?

I'd like to know if there is a kind of IdInitiatedSignon.html specific to the webapp ??

thanks in advance

Regard

Louis

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,208 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
    2020-05-29T13:18:56.897+00:00

    Check if the application supports an SP-Initiated sign-on. In that case the sign-in process will start by hitting a link or a URL owned by the application.

    That said, you can also have your user used a customized URL (or even a short URL service link pointing to that URL) such as:

    https://adfs.internal.com/adfs/ls/idpinitiatedsignon.aspx?LoginToRp=<URI of the application>
    

    For example if the identifier of your app in the Relying Party Trust properties is lala.app.com the URL will be:
    https://adfs.internal.com/adfs/ls/idpinitiatedsignon.aspx?LoginToRp=lala.app.com.


0 additional answers

Sort by: Most helpful