You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Provide simple user management. 

  • Two user groups : admin, user
  • Authentication and authorization
  • Choose existing identity provider:
    • User management
    • OAuth 2.0 token (key)

Standards

Identityprovider

User setting

  • server can store a provide a user specific data record
    • username is key for the record
    • Should be JSON
    • data-provider has get and set method
    • Specified via yang
  • User groups

Features to be managed

  • Applications (use, read)
    • all
  •  Configurations
    • mountpoint
    • config app
    • maintenance
Name of group

admin

configure

read

Work split

  • Acting components
    • User
    • Identification provider
    • ODLUX Client
    • SDN-R server
  • Identity provider
  • SDN-R Server
  • ODLUX Client
    • authorization for GUI
    • Use list of identity providers to offer login
    • Get key with identity and group of user from identity provider
    • Get SDN-R User group from server
    • User user group to enable/disable functions in ODLUX GUI


  • No labels