ldapidentity.json 862 bytes
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
  },
  "AuthorizationServerBaseUrl": "http://authorization",
  "ServerType": "LdapAuthenticationProvider",
  "IdentityServerLdap": {
    // Example: If you use a redis instead of in-memory (See Startup.cs)
    //"redis": "localhost:32771,ssl=false",
    //"RefreshClaimsInSeconds": 3600,
    "Connections": [
        "FriendlyName": "Bars AD",
        "Url": "192.168.221.198",
        "Port": 389,
        "Ssl": false,
        "BindDn": "CN=Trivium Бот,CN=Users,DC=bars,DC=bars-kazan,DC=ru",
        "BindCredentials": "gif3gof83hh30i30fhuf093h",
        "SearchBase": "CN=Users,DC=bars,DC=bars-kazan,DC=ru",
        "SearchFilter": "(&(objectClass=user)(objectClass=person)(sAMAccountName={0}))"