Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Safe to store Azure b2c details in code or do I need to obfuscate?

$
0
0

Hi, I've written a Xamarin Forms app (Android and iOS) that uses Azure b2c for its security. The user has to log in to b2c before they can do anything in the app. In order to facilitate the login, I'm using MSAL which requires an App ID/Client ID guid and a tenant url, both of which I store in code. Is this a safe thing to do, or would people advise I obfuscate my code?

The app is built and deployed in app center and I want to use the crash reporting facilities which presumably get more involved if your code is obfuscated? The app is also free and doesn't have anything in there that could possibly be used maliciously (apart from the b2c info perhaps), so I'd rather not go through the hassle of obfuscating if I didn't have to.

thanks

David


Viewing all articles
Browse latest Browse all 77050

Trending Articles