8/17 Ask the Experts: Deep Dive Into The World Of Portals with Pranav Bhagat - Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 1

  • @pranavbhagat-sn
    @pranavbhagat-sn 3 ปีที่แล้ว +3

    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.