sisense / auth-toolkit

Code samples for Sisense WAT & SSO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sisense Authentication Toolkit

This repository contains code samples in multiple popular languages for various methods of authentication to Sisense, such as SSO and WAT.

Each topic can be found in its own folder, and within the samples are separated into sub-folders by programming language.
Within each folder, you will find a readme.md file with instructions and information applicable to that specific example.

Web Access Token

Web Access Tokens (WAT) are a way to grant temporary permissions to Sisense resources without creating a persistent User and access permissions within Sisense.

They are useful for large scale, frequently changing permissions, and anonymous access.

Read more about WAT in the Web Access Token Documentation

A general overview of how the WAT examples are built can be found in ./wat/readme.md

Currently available code samples:

About

Code samples for Sisense WAT & SSO


Languages

Language:Java 33.0%Language:C# 28.7%Language:Python 20.1%Language:JavaScript 18.2%