cancel
Showing results for 
Search instead for 
Did you mean: 

Deeplink for "Display Credit Exposure" not opening the right page after authentication

aJohny
Explorer
0 Kudos
146

We are providing a deeplink to "Display Credit Exposure" page in one of our custom Application. The deeplink is like below:

https://<host>:<port>/sap/bc/ui2/flp?sap-client=123&sap-language=EN#BusinessPartner-displayCreditExp...

https://<host>:<port>/sap/bc/ui2/flp?sap-client=123&sap-language=EN#BusinessPartner-displayCreditExposure?BusinessPartner=12345

The link works fine if the user is already logged in. But if the user is not already logged in to SAP, it will ask for authentication, but after the authentication, it is getting redirected to the Home page. Not the "Display Credit Exposure" page.

https://<host>:<port>/sap/bc/ui2/flp?sap-client=123&sap-language=EN#Shell-home

 

What I understood is this is because the parameters after the hash is not been sent to the server for authentication, hence it is missing this bit after the authentication.  

How can we overcome this issue ?  Is there anything wrong in my deeplink ? or is there something which we can add to the URL to force the redirect ? Or is there any configuration missing ?

 

Any input on this is appreciated.

 

Cheers

AJ

 

Accepted Solutions (1)

Accepted Solutions (1)

aJohny
Explorer
0 Kudos

Hi Everyone,

we got this working after following the below SAP KBAs.

2598498 - Fiori intents in HTTP URL do not work using SAML 2.0 authentication

2051210 - Fragments in HTTP URLS are not handled after SAML 2.0 auth

Cheers

Anoop

 

 

Answers (0)