Directory Search API in die Benutzer-/Gruppenimport-Komponente im Angular-Frontend integriert.

This commit is contained in:
Developer 02
2024-03-25 12:32:30 +01:00
parent 7463f36013
commit 0c3a2eb09d
300 changed files with 34364 additions and 512 deletions

View File

@@ -10,9 +10,15 @@
},
"AllowedOrigins": [ "http://172.24.12.39:85", "http://localhost:85", "http://localhost:4200", "http://localhost:5500" ],
"UseSwagger": true,
"RunAsWindowsService": true,
"DirectoryService": {
"SearchRoot": "LDAP://DC=dd-gan,DC=local,DC=digitaldata,DC=works"
"RunAsWindowsService": false,
"DirectorySearch": {
"ServerName": "DD-VMP01-DC01",
"Root": "DC=dd-gan,DC=local,DC=digitaldata,DC=works",
"UserCacheExpirationDays": 1,
"CustomSearchFilters": {
"User": "(&(objectClass=user)(sAMAccountName=*))",
"Group": "(&(objectClass=group) (samAccountName=*))"
}
},
"Jwt": {
"Key": "pJBcBWZSjsWlhi1OlCcw6ERTMRNb7qsdvsfvdfbagdfbdfsSDGSDMhsjkfdhsdfbgkHKSDF",

View File

@@ -9,4 +9,4 @@
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: CB433736-C3FC-45FB-8A81-7660DD681498-->
<!--ProjectGuid: cb433736-c3fc-45fb-8a81-7660dd681498-->