Oracle Setup - Sign-In To Redirect To Oracle Portal

Unknown
edited November 2022 in Support Agents

All sign-ins on Oracle sites/node should redirect to their portal. To do that, make sure the following config is set to true.

(Top level)

 "Node": {
    "HubSignIn": true
      }


===

Sometimes the 'Register' button won't appear. Solution is here: https://higherlogic.atlassian.net/browse/APPENG-19948

edit the GDN_UserAuthenticationProvider row (for the node in the DB) and update the ResgisterUrl to “/hub/entry/register”.

Comments