I’m currently working on a project where I have to store a single string somewhere that is really 1:1 on a per tenant basis. How safe is it to store this string as an app property?
It used to be that the admin of the instance could retrieve this string (as well as that they could manipulate it) however I’m having an issue recreating this now. Has this behavior changed(or did I do a bad job recreating it?)?
/Daniel