URL for App Embed link for a relying party trust in ADFS for IDP Initiated SSO

Pradeep Varadarajulu 1 Reputation point
2021-06-19T13:35:03.69+00:00

What is the URL for App Embed link for a relying party trust in ADFS.

Example:

In Okta IDP i see some thing like below when we configure the IDP for a service provider, the below URL is app embed link with which we can directly login to the Service provider from IDP

https://dev-509262.oktapreview.com/home/ciscodev509262_qacloudidp_1/0oafomw1ckrET03ok0h7/alnfomxw5xKrbOOxn0h7

What is the corresponding URL in ADFS to login to a relying party directly

Microsoft Security | Active Directory Federation Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2021-06-22T13:09:54.787+00:00

    Assuming the Relying Party Trust is a SAML2 Service Provider, the URL to perform an IDP initiated sign-in you can use the following URL:

    https://<URL ADFS FARM>/adfs/ls/idpinitiatedsignon.aspx?LoginToRP=<RPT Identifier>
    

    Where URL ADFS FARM is the result of this command:

    (Get-ADFSProperties).HostName
    

    And where RPT Identifier is one of the identifier of the relyin party trust you want:

    Get-ADFSRelyingPartyTrust | Format-Table Name,Identifier
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.