Client id place holder in AUTH0_KEYWORD_REPLACE_MAPPINGS

Hi

SAML require client id in urls.
To import my config, I need to access the client id while defining the logout urls.
I tried the following but it didn’t work.
“MY_APP_LOGOUT_URLS”: [
“https://##AUTH0_DOMAIN##/samlp/##CLIENT_ID:my_app##”
]

The ##CLIENT_ID:my_app## didn’t resolve at config import.

How to access an application client id when importing with the cli?