Re: Userapp images not appearing through proxy
kjhurni wrote:
> There's a bunch more than just that as well
>
> Here's the current list (IDM UserApp 3.5) that you need to allow (short
> of doing /* as requiring authentication, but then that doesn't let the
> "forgot password" work very well).
>
> So if you want/need certain things to work "publicly" in UserApp and
> you have your URL of /IDM* set to restricted/authenticated access you'll
> need to allow these other things as public:
>
> /IDM/resource/portal-general/*
> /IDM/resource/javascript/*
> /IDM/resource/themes/*
>
> For forgotten password I think you may need the above three AND:
>
> /IDM/jsps/pwdmgt/ForgotPassword.jsf*
>
> not sure if this is needed (I kinda left some old stuff in mine) for
> 3.5
> /IDM/portal/portlet/ForgotPasswordPortlet/*
>
>
Thanks the above info is really helpful
|