add /oauth2/callback and /mtba to Keycloak private client

This commit is contained in:
juarez
2023-11-30 17:39:01 +01:00
parent 25ac4d2590
commit 0b2e64a2d5
3 changed files with 5 additions and 1 deletions

View File

@ -8,5 +8,6 @@ function mtbaSetup() {
exit 1;
fi
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
add_private_oidc_redirect_url "/mtba/*"
fi
}