经纬航通 HS 版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhongjin 7eea9a53c9
更新 'README.md'
2 years ago
rest_auth_provider 添加 'rest_auth_provider/rest_auth_provider.py' 2 years ago
Dockerfile 更新 'Dockerfile' 2 years ago
README.md 更新 'README.md' 2 years ago

README.md

docker-synapse-rest-auth

password_providers:
  - module: "rest_auth_provider.RestAuthProvider"
    config:
      endpoint:	http://10.10.10.6:8090
      policy:
	registration:
          username:
            enforceLowercase: false                                                                              
          profile:
            name: true                                                                                   
        login:
          profile:
            name: false