Skip to content

DGLux Server SSO

Kenneth Endfinger edited this page Oct 5, 2016 · 2 revisions

Single Sign On for DGLux Server

Enable SSO Service on the Host

Modify server.json:

{
  "enableSingleSignOnServer": true
}

Enable SSO Service on the Clients

Modify server.json:

{
  "ssoProviderUrl": "http://my.sso.host:8080/"
}

SSO works by authenticating against a target server. An authorization page is shown to the user on the host, and then the user is redirected back to the client server.

Protocol
 ◌ Design
 ◌ Initializing Connection
 ◌ Node API
  ◌ Methods
  ◌ Broker
   ◌ Broker Discovery
  ◌ Configs
  ◌ Value Types
 ◌ Tokens
 ◌ Quality of Service
DSLink Manager
 ◌ dslink.json
 ◌ Startup Command
SDK Development
 ◌ Implementation Guide
DSA Server
 ◌ Installation
 ◌ Update Server
 ◌ Server Configuration
 ◌ CLI Tools
 ◌ DSA Permission Basics
 ◌ DSA Permission Model
  ◌ Permission List for the Root
 ◌ Authentication
  ◌ OpenID Connect
  ◌ Password Hasher
 ◌ DGLux Server SSL (HTTPS)
 ◌ Docker
 ◌ Audit
 ◌ Data Node
 ◌ Install NGINX with DSA Server
 ◌ Configure Ubuntu Linux to auto start DSA server
 ◌ Troubleshooting

Clone this wiki locally