keycloak/tests/custom-scripts/src/main/resources/META-INF/keycloak-scripts.json
Lukas Hanusovsky d2b45373d3 Move PartialImportTest.java to the new testsuite
Part of: #34494

Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2025-07-14 14:00:17 +02:00

13 lines
No EOL
245 B
JSON

{
"authenticators": [
],
"mappers": [
],
"policies": [
{
"name": "Default Policy",
"fileName": "scripts/default-policy.js",
"description": "A policy that grants access only for users within this realm"
}
]
}