Git Product home page Git Product logo

snuseraccesstester's Introduction

SN User Access Tester

Description

A ServiceNow Application that lets you test the access of a user on different ServiceNow tables.

ServiceNow is a highly customizable application with numerous user personas, roles and their specific accesses.

  • Have you ever needed to find what level of access does a user have in ServiceNow?
  • Have you ever needed to find what all tables can be accessed with a given role?
  • This application will allow you to test your instance and find out what tables to which a user has access to in your instance.

User Access Tester Application

Installation

  • Import and commit the updateset found in dist folder.
  • Dependency: This requires that the SNCommonLibraryFunctions is already installed and available in the instance.

Usage

  • The updateset creates a new application called 'Access Testing' and a record producer called Access Tester.

  • Use Access Tester module to perform access related actions and view the access results using Access Results module.

  • To find the access of a user, click Access Tester module. Let the action be 'Find Access' and select the user, click submit. The job will be scheduled in background and will take few minutes to complete.

Find Access

  • If we are making large number of security changes and want to validate if the user access has changed, we can do so using Compare Access option. Select two access results, pre (old results) and post making the changes (new results) and choose the action as 'Compare Access'. Submit the form to schedule access comparison. The job will be kicked off in the background and will take few minutes to complete.
  • While comparison, if the system finds any tables in new results that are not in old results selected, such entries are added in the results and mentioned in the comments field automatically.
  • In the comparison results, for columns create/update/read/delete, true indicates that the access has changed between 'old' and 'new' results selected. False indicates that the access remains same.

Find Access

  • Access Test Results (u_access_test_results) are used to store both the access and access comparison results. The access result numbers are prefixed with ACC and the comparison results are prefixed with RACC.

  • The application also creates a new property called access.test.parameters. The property uses JSON object and defines the filter that you can use to narrow down the tables in your instances that you want the access search to be run against. The property also contains a parameter called excluded_tables_prefix, which will allow you to exclude system tables from the user access testing using prefixes (such as table name starting with sys, log, etc).

License

GNU General Public License v3.0

snuseraccesstester's People

Contributors

iamkalai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.