Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 725 Bytes

local_authn.md

File metadata and controls

20 lines (16 loc) · 725 Bytes

Local authentication

Starting with version 1.6.0, IAM introduces the ability to limit or disable authentication with local IAM credentials, so that external, brokered authentication is required.

It's possible to hide the local login form from the IAM login page and also to control for which users local authentication is enabled (all users, VO administrators, no users).

iam:
  local-authn:
    enabled-for: vo-admins # possible values: all, vo-admins, none
    login-page-visibility: hidden # possible values: hidden, visible

Local authentication settings are configured providing a custom configuration file, as described here.