Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lemonldap-ng lemonldap-ng
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 353
    • Issues 353
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LemonLDAP NGLemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Issues
  • #2720

importMetadata should be configurable

Summary

Every install that uses Renater or some other large federation needs to do some fine-tuning on certain SP/IDPs

Our doc currently states:

For Renater, you need to customize some settings of the script, copy it and edit configuration

Instead, the script should use a configuration file to customize services

Design proposition

Example:

# Default exported attributes for IDPs
[exportedAttributes]
cn=0;cn
eduPersonPrincipalName=0;eduPersonPrincipalName
...

# Default options for SPs
[defaultSpOptions]
CheckSLOMessageSignature=1
...

# Specific SP config
[sp:https://test-sp.federation.renater.fr]
attribute_required=0
attribute_required_uid=1
NameIDFormat=persistent
Edited Mar 04, 2022 by Maxime Besson
Assignee
Assign to
Time tracking