ServiceNow Scripted REST APIs: Part 15 - Enforcing Tables ACLs

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • In Part 14 we secured our API and the resources in it. However, our API still has a gaping security hole because we have not enforced table-level access controls in our API. In this video we remove this hole. We also compare and contrast GlideRecord, GlideRecordSecure and GlideQuery.withAcls().
    Scripts in this series are located in my GitHub repo: github.com/Jay...
    Further learning:
    - GlideRecord vs GlideRecordSecure (ServiceNow Developer Portal blog post)
    developer.serv...
    - GlideQuery.withAcls() (ServiceNow Developer Portal reference)
    developer.serv...#GQ-withAcls

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

  • @AlexisOsborne-k9t
    @AlexisOsborne-k9t 29 วันที่ผ่านมา

    Thank you for going so in-depth on these topics!