feat(auth): AD-Authentifizierungsprüfung hinzugefügt

This commit is contained in:
Developer 02
2024-04-02 15:02:07 +02:00
parent fa66e7ba0d
commit 59619702ab
56 changed files with 47 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"DigitalData.Core.Infrastructure": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:61601;http://localhost:61604"
}
}
}