xamarin.forms - Azure Mobile App Service Authentication -


using above service xamarin form, have enable authentication oauth (microsoft , google). api call working fine , functions [authorize], being enforced authentication.

however, we're using server side authentication, hence after received user token respective provider, check in our database if user account in there. if not there, call api function, insert account in database , give user demo access our app.

hence, should't have authentication on function. how secure function, allow such user creation app , not directly api site?

(i'm thinking of using hardcoded key, , pass parameter function if not other secure method available)

i covered in blog. see https://shellmonger.com/2016/05/13/30-days-of-zumo-v2-azure-mobile-apps-day-20-custom-api/ first day, , day 21/22 well.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -