Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to change Oracle API Platofrm Cloud Service's Developer Portal's logout redirect URL

edited Jan 22, 2018 8:00AM in Database 1 comment

Summary

How to change Oracle API Platofrm Cloud Service's Developer Portal's logout redirect URL

Content

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":

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!