Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 580 Bytes

This project is based on lite-idp, but adds the following features:

  • LDAP User Password Validator
  • SP Metadata is automatically read during startup

The added configuration items are similar to:

sp-medata-urls:
  - url: http://localhost:7777/sso/api/v1/saml/metadata
ldap:
    addr: ldap://localhost:30063
    binddn: cn=admin,dc=aiframe,dc=com
    binddn_credential: xxxxxxxxx
    search_base: ou=people,dc=aiframe,dc=com

Refer to this link for usage more details: https://github.com/amdonov/lite-idp/blob/master/README.adoc