I am setting up an identity provider on WSO2 AM to use the tokens generated by WSO2 IS and, as far as I know, it needs to have the same name as IDTokenIssuerID. In old versions I usually changed the value of IDTokenIssuerID in <IS_HOME>/repository/conf/identity/identity.xml
.
How can I change using deployment.toml in newer version?
I'm running everything on docker environment and if I change the value in identity.xml, in volume, it is overwritten when docker starts.