I'm transforming to intermediary values, not the final values;
I'm unable to transform this:
"ClientStoreExpiration": 300,
into this:
"ClientStoreExpiration": $IdentityServerClientStoreExpiration,
Is this possible?
When it's a string there is no problem because it sits inside quotes, ex:
"UserStoreUrl": "http:\\localhost" into "UserStoreUrl": "$UserStoreUrl"
I'm transforming to intermediary values, not the final values;
I'm unable to transform this:
"ClientStoreExpiration": 300,into this:
"ClientStoreExpiration": $IdentityServerClientStoreExpiration,Is this possible?
When it's a string there is no problem because it sits inside quotes, ex:
"UserStoreUrl": "http:\\localhost"into"UserStoreUrl": "$UserStoreUrl"