How to Secure PII with Entity Framework Core

How to Secure PII with Entity Framework Core

Learn how to store user-sensitive data with Entity Framework Core and Okta.

Kevin van Schaijk

Hmm interesting! Maybe you can help me with the following situation. I
have a Xamarin app and a ASP.net core API. want to secure my PII with
okta. But still save some user details i want to save in EF. My xamarin
app gets a acces,refresh,ID token from okta with the PKCE code flow to
access the API. But when is it the best time to create a EF User entity
for additional data?