I'm able to access B2C Passwordreset policy with client assertion token and I've been trying to show custom error message instead of JWT default exception (AADB2C90017: The client assertion provided in the request is invalid: 'client_secret' was used as the verification key) when client assertion token gets expired. Can I customize this exception message in B2C policy only when expiry? If so, help required. Let me know incase any queries.
I've gone through api.Error, however it's for generic. Customize Message only when expiry of token.