Giter Club home page Giter Club logo

soi-classification-acl's Introduction

soi-classification-acl

Implementation of Esri ArcGIS Server Server Object Interceptor that restricts access based on parameters set at the web server level.

Web tier Filter

This project assumes some customer implementation where accesses are appended as parameters to the QueryString of the request. In this particular case, the current implementation is as follows:

"citizen" --> country of citizenship
"clearances" --> clearances user has and comma separated (url encoded), e.g. C,S,TS
"accesses" --> additional accesses user has and comma separated (url encoded), e.g. SI,TK,HCS

Currently, the project queryStringFilter is a building block example where I currently have the following hardcoded:

sb.append("&citizen=US&clearances=C%2CS%2CTS&accesses=TK%2CSI-G%2CHCS-P");

ArcGIS Server Object Interceptor

This project includes an SOI that depends on 2 configurations existing:

  1. A web tier fitler adding necessary information to the queryString of the request.
  2. A text file called "soi_acl.json" that is deployed for a particular Map Service located in the C:\arcgisserver\directories\arcgisoutput\Twitter_MapServer (for example) where the SOI will be enabled for that Map Service.

The format of the soi_acl.json should be the following, which is what minimum classification attributes must exist for a user in order to fullfill the request:

{
   "citizen":"US",
   "clearances":"TS",
   "accesses":"SI,TK,HCS"
}

soi-classification-acl's People

Contributors

rwmajor2 avatar

Watchers

 avatar  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.