Oracle Setup - Sign-In To Redirect To Oracle Portal
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”.
0
Comments
-
Oracle sometimes has private communities on and this causes their SSO to drop people on the /discussions page rather than the home page.
To resolve this either: 1) turn off private communities or 2) Have them use this theme hook: https://github.com/vanillaforums/oracle/pull/306
0