Giter VIP home page Giter VIP logo

authorization's Introduction

Authorization

Authorization framework provides the flexibility to authorize user/groups. It generates token for authenticated user and adds application roles assign to user in databases. Using this we can also display user specific UI, include access control on Application, etc.

This project have

  • Merilent.Authorization : It is a Authorization framework library.
  • AuthorizationApp : It is a utility app for admin to check user having which roles to access applicaition.
  • AuthorizationDB : It is a Database project having tables and view for Roles access to user or group.
  • Sample Application : It has sample applicaiton using Auhtorization framework.

Getting started

Import Database

Import databse project and create database to configure user Roles on your Databse Server.

Note: Create all object availbale in database project on your Databse Server.

Pre-Requisites

While ADFS service provides Single Sign On (SSO) experience, below are a few points we need to be aware of to make the experience seamless.

Common pre-requisites

  • Although any current Web browser with JScript enabled can work as an ADFS client.
  • Cookies must be enabled, or at least trusted, for the federation servers and Web applications that are being accessed. It’s using Cookies that we prevent repeated logons to a service, within the same session. Cookies can also prevent repeated home realm discovery prompts with that are more claim providers on the STS.
  • The authentication cookie is signed but not encrypted, which is one reason why use of TLS/SSL is mandatory in ADFS i.e. SSL Certificate is required (compulsory https).

Server Requirement

The following technologies are required.

  • Windows Server for ADFS Installation and SQL Server for ADFS configuration table.
  • AD for attribute store.

Browser Requirement

When AD FS authentication is performed via a browser or browser control, your browser must comply to the following requirements:

  • JavaScript must be enabled
  • Cookies must be turned on
  • For user certificate & device certificate authentication (workplace join functionality), the browser must support SSL client certificate authentication

For more information please refer documentation

authorization's People

Contributors

merilent avatar

Watchers

 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.