How to Custom policy AD B2C TrustFrameworkExtensions.xml
I would like to customize ADB2C policy of TrustFrameworkExtensions.xml which I prefer the response to be as below
{
"ver": "1.0",
"iss": "test",
"sub": "test",
"aud": "test",
"exp": test,
"acr": "test",
"nonce": "defaultNonce",
"iat": 1685010692,
"auth_time": 1685010692,
test: {
"lname": "q",
"fname": "q",
},
"idp": "test",
"tid": "test"
}
How should I customize TrustFrameworkExtensions.xml?