Project

General

Profile

Actions

Task #1095

closed

Support Single-Sign-On

Added by Alena Peterová almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Alena Peterová
Category:
Authentication / Authorization
Target version:
Start date:
05/14/2018
Due date:
% Done:

100%

Estimated time:
Owner:

Description

We need to support SSO to IdM - especially Windows authentication.

There should be an option to enable SSO only for common users and require password from admins.

Design:
  • Apache (mod_kerb) will take care of Kerberos authentication. Apache sets the header "REMOTE_USER" with the value "uid@domain" in case of successful authentication.
  • IdM will read the user's login from the header REMOTE_USER (uid). If such user exists, he/she will be automatically authenticated to IdM.
  • A new permission which disables SSO authentication will be added. Admins, who have some role with this permission, won't be authenticated in the SSO authentication filter.
    • This new permission, e.g. "App configuration - SSO disabled", will be added to all admin roles during installation.
    • The ownership of superAdminRole will automatically disable SSO of the user, because "App configuration - Administration" automatically adds all permissions. So "admin" can never be authenticated by SSO.
  • Configurable settings:
    • enable sso - true/false (the SSO filter could be switched off if needed)
    • name of the header (typically "REMOTE_USER")
    • uid suffixes (this usually contains the list of AD domains, e.g. "@DOMAIN.TLD;@INTERNAL.DOMAIN.TLD")
    • forbidden uids (list of uids that can't be authenticated through SSO)

Related issues

Related to IdStory Identity Manager - Defect #2767: SSO: Redundant token generated for public configuration endpoint, when SSO is enabledClosedRadek Tomiška04/20/2021

Actions
Actions

Also available in: Atom PDF