question

PradeepVaradarajulu-5557 avatar image
0 Votes"
PradeepVaradarajulu-5557 asked piaudonn answered

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

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

adfs
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

piaudonn avatar image
0 Votes"
piaudonn answered

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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.