We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Darshan, Thanks for the blog, a small correction to your comment above; to enable ssh the command is cf enable-ssh <app_name>you can read more about it here: enable-ssh - Cloud Foundry CLI Reference Guide
Hi Raihan,Could you please try adding the logout property to your xs-app.json like below:{
"welcomeFile": "/index.html",
"authenticationMethod": "route",
"logout": {
"logoutEndpoint": "/logout",
"logoutMethod": "GET",
"logoutPage": ...
If you're making the post call from Postman using your auth instance's oauth credentials from it's security key; the $user or cds.User will always be 'system'.And so, you will have to use an AppRouter.