Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adf Application SSO logout redirect

João RodriguesFeb 17 2021 — edited Feb 17 2021

Hi,
I use the following code to redirect when invoking the OAM SSO logout request in a ADF application.
image.pngimage.pngBut this redirects to a generic logout page and I wanted it to redirect back to the SSO login page, where can I do this configuration?

JDeveloper version 12.2.1.3.0
Regards,
João Rodrigues

Comments

InoL

If you change anything that is shared, you push it to the subscribers in your development APEX Builder. In your case: when you change the authorization scheme in the master app, push it to the subscribing apps in dev, export all apps (or app components) and import these in the other environments (test and production).
So there is no need to go into APEX Builder in test and production to push these subscriptions. These environments shouldn't have builder access anyway.

Joe R

Inol,
Thank you for replying.
This approach is what I initially described to them (the client). They responded with not wanting to have to deploy all the applications (10 in total) when a change was made to an Authorization Scheme. So I was wondering if there was another approach that could be added to their automated deployment process, like a command line or similar, that could be used?
Thanks,
Joe

InoL
Answer

like a command line or similar
AFAIK: no. APEX Builder pushes the changes to the subscribers. I don't think there is a public API for that.

Marked as Answer by Joe R · Feb 18 2022
Joe R

Inol,
Thank you for confirming there's no other process than to go into the Scheme and Publish the updates.
I'll let them know. Honestly, I also asked how often they would make changes and they said not very often. So they had a concern that "remembering" that the updated Scheme would need to be published. I suggested we can put a comment in the Comments section on all the Schemes created to "remind" them what the process is. Now if they don't see or read it...well.
Thanks,
Joe

1 - 4

Post Details

Added on Feb 17 2021
6 comments
1,166 views