Hi
I have configured an APEX application in Oracle Identity Cloud Services and set the APEX application to authenticate using OpenID Connect. Unfortunately I cannot get it to redirect back to the APEX application on Logout despite setting the LogOut URL in APEX and OIDCS. It always redirects to the Oracle Cloud Home page.
OIDCS Configuration
Client: Authorisation Code
Application URL: https://mydomain/ords/pdb1/f?p=100
Redirect URL: https://mydomain/ords/pdb1/apex_authentication.callback
Post logout Redirect URL: https://mydomain/ords/pdb1/f?p=100
APEX Configuration
Social Sign-in: OpenID Connect
https://idcs-939475934859435938759347945935.identity.oraclecloud.com/.well-known/openid-configuration/
Scope: profile
Username Attribute: sub
Post-Logout URL: Go To - Hope Page
Any ideas?
Shunt