iPad App Suggestions - Api Security

Hi ,

I have a requirement like, Develop an app for iPad and app uses .net core apis. App will be in kiosk mode, and app doesn't have any type of authentication even OTP also. As the apis will be publishing to all over internet, how can we achieve security to apis?

Kindly provide suggestions for this implementation

I’d like to start by clarifying this:

As the apis will be publishing to all over internet

In this case you’re using the term “API” in the sense of a web API, that is, an HTTP[S] server that accepts requests from your app, performs operations based on those requests, and returns the results to your app. Is that right?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

iPad App Suggestions - Api Security
 
 
Q