I am working on developing a .Net web api & react based application. The user accounts are managed through Microsoft Entra. I have to store user preferences for the application. The application also has some cms pages whose contents are provided by salesforce experience api layer. Does MS Entra provides any option to do this?(is it a best practice if it allows) or does that to be stored within the application database?
My expectation is to store the preferences in the application database as a json.
2