Hi,
I have integrated a custom SSO in OT Portal. But I'd like to redirect unauthenticated user to a specific url outside portal.
I am not sure how to achieve that.
Could you please provide suggestion?
Thanks,
Richard.
1. define a re-direct to the URL in the apache instance that front-ends your portal, then pass a parameter in your SSO class that calls that re-direct if there is no authentication (depends on how you've done your SSO authenticator but I'm certain you must have a parameter that shows authenticated or not).
2. or define a secondary page that re-directs to the URL, then in your SSO code use the portal tag to call that secondary page.