cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Foundry: application router logout not working on Firefox

former_member61388
Participant

Hello, we have a web application deployed on CF and is protected by application router.

When we call the "/logout" endpoint that we defined in the "xs-app.json" file:

"{
"authenticationMethod": "route",
"logout": {
"logoutEndpoint": "/logout",
"logoutPage": "https://salesportal-router.cfapps.eu10.hana.ondemand.com/spoui/"
},
"routes": [
{
"source": "/",
"destination": "dest-to-example",
"authenticationType": "xsuaa",
"csrfProtection": true
}
]
}"

the expected behaviour is that the session will be deleted and that redirecting to a protected page will cause the router to block the user and ask for login.

We use @sap/approuter": "^7.0.0"

This works on Chrome, Edge and Opera.

On Firefox, instead, the router does not block the user that goes straight to the site.

Can you help us? A large number of users still use Firefox

Thank you.

Massimo

former_member599006
Participant
0 Kudos

Hi Nanni,

were you able to resolve this? I am also facing same issue. Please help.

Regards,

Mohan. V

former_member61388
Participant
0 Kudos

Not completely, I've talked with support but their answers didn't provide a solution.

I had to rework the application

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate
0 Kudos

Hi Massimo,

it seems that you are describing a bug. In this case, please open a new issue for component BC-XS-APR to get in contact with the support team.

Thanks

former_member61388
Participant
0 Kudos

Thank you, just done it

Answers (0)