So I looked in the SPEntryPage So basically the role that we pass in the hasRole condition will be able routed to the backend. if (user.hasRole('itil') && !redirectURL && !isServicePortalURL) return; If its ITIL here then it will redirect ITIL Users to the backend.
So I looked in the SPEntryPage
So basically the role that we pass in the hasRole condition will be able routed to the backend.
if (user.hasRole('itil') && !redirectURL && !isServicePortalURL)
return;
If its ITIL here then it will redirect ITIL Users to the backend.