cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Foundry Extension - Logout does not work correctly

FS_AMT
Discoverer

Hello,

I am trying to implement the logout feature in a an app for SuccessFactors (Cloud Foundry environment) but I get different behaviors when logging out of the app:

Sometimes the redirect works (example logout page):

But sometimes it takes me to this page (saml responded):

Any ideas why this happens?

My trust settings configuration follows the following documentation: https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/64da613776814c3f8d899686dee...

and the only thing I added was the logoutPage in my xs-app.json file.

idefix
Participant
0 Kudos

My logout doesn't work too. It redirected to logout page, but the session stayed alive. I can revisit the protected page without login.

My app uses both SAP Identity Provider and Successfactor as identity provider. I have no clue why the logout doesn't work.

I have added:

    "logout": {
        "logoutEndpoint": "/logout",
        "logoutPage": "/logout.html"    
    },

to my xs-app.json.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member50963
Discoverer
0 Kudos

Hi @fabio.d.silva,

We encountered the same issue. Is there anyone who can help here?

BR

Fiona

matejdurajka
Explorer
0 Kudos

Hi fiona.wang3, did you find some solution?

thomasswolfs
Explorer
0 Kudos

Hi @fabio.d.silva,

Did you manage to find a solution for this?

Kind regards,

Thomas