How to change Oracle API Platofrm Cloud Service's Developer Portal's logout redirect URL
Summary
How to change Oracle API Platofrm Cloud Service's Developer Portal's logout redirect URLContent
Is there a way to redirect to a different page (not the default login page) after logging out (invalidating the session) of the API Manager's Developer Portal?
Here's what I tried so far:
1. I tried changing the logout key from the json config. After pressing 'logout' I got redirected to google but the Developer Portal session was still valid.
"session": {
"logout": "http://www.google.com",
"timeout": "${documentBaseUri}/logout?session"
}
2. I tried changing the "path" key but apparently after logging out, I still get redirected to the default log-in page. From "module":
1