Adapt to auth-app changes

This commit is contained in:
André Duffeck
2025-03-21 15:20:01 +01:00
parent 73c179e447
commit 467fc2af0c
2 changed files with 3 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ config = {
"skip": False,
"withRemotePhp": [True],
"extraServerEnvironment": {
"OC_ADD_RUN_SERVICES": "auth-app",
"AUTH_APP_STORAGE_DRIVER": "json",
"PROXY_ENABLE_APP_AUTH": True,
},
},

View File

@@ -95,7 +95,7 @@ Feature: create auth-app token
"pattern": "^\\$2a\\$11\\$[A-Za-z0-9./]{53}$"
},
"label": {
"const": "Generated via Impersonation API"
"const": "Generated via API (Impersonation)"
}
}
}
@@ -124,7 +124,7 @@ Feature: create auth-app token
"pattern": "^[a-zA-Z0-9]{16}$"
},
"label": {
"const": "Generated via Impersonation API"
"const": "Generated via API (Impersonation)"
}
}
}