GithubHelp home page GithubHelp logo

Comments (1)

MBeuttler avatar MBeuttler commented on August 16, 2024

How are machines authorized and authenticated?

  • We will use a two way oAuth process
  • As external oAuth provider google, facebook and some more will be supported.
  • As addition we will provide a own oAuth provider service, that will give the possibility to register and login with an "IUNO" Account directly on the marketplace.
  • After a user has logged in with an external oAuth provider, we link this account to an internal user database.
  • Internaly we use a seperated oAuth Service, that manages internal access tokens for users and resources.
  • When ever a internal server like the JuiceMachineWebsite want's to access resources an the MarketplaceCore, he has to retrieve a access token from the internal oAuthService first.
  • Within the oAuthService we will define scopes managing the access right for users and resources.
  • The MarketplaceCore will check those scopes first, before accessing the database or starting a process.
  • The last layer of security will be set on the database. Here we will bin resources and right to user ids.

  1. The scopes of the oAuth Service define, what rights a service were given by a user to access a resource.
  2. The database security defines, what resource belong to what user and who can actually access them

from juicemachineservice.

Related Issues (20)

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.