non admin users can use sn utils on servicenow

Community Alums
Not applicable

non admin users can use sn utils on servicenow???????????

and manipulate several fields.

2 ACCEPTED SOLUTIONS

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

If you have proper security in place, ACL's for example, that shouldn't be possible. If you have poor security in place, like poort client side solutions... that could be the case.

 

What's the reason behind your question?

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

Arnoud Kooi
ServiceNow Employee
ServiceNow Employee

Only admins and impersonated users can edit the field on label Doubleclick.

Non-admins only can view the value.

View solution in original post

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

If you have proper security in place, ACL's for example, that shouldn't be possible. If you have poor security in place, like poort client side solutions... that could be the case.

 

What's the reason behind your question?

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Community Alums
Not applicable

just curiosity, but your answer nailed it. Tks!!!!!!!

Arnoud Kooi
ServiceNow Employee
ServiceNow Employee

Only admins and impersonated users can edit the field on label Doubleclick.

Non-admins only can view the value.

XvE
Tera Contributor

That actually introduces some risks with the new time-limited-role feature probably allowing more people the impersonate role (temporarily)

It actually caught me out when I was impersonating on my normal user that was granted impersonate role and I could break the system...

I realize the gs.isImpersonating() is probably the easiest way to find out, but it is definitely not failsafe.