Authenticate in your Marketplace App
Every access to a Marketplace dataset, whether free or paid, must authenticate the user before access is granted. When you create an application the authentication process must be included in your code. Marketplace provides two means of authenticating access:
Which you use depends on the expected use of your application. |
In This Section
Link | Description |
---|---|
Determine which Marketplace supported authentication protocol best fits your program needs. |
|
OAuth permits your application to be widely distributed and used with each user paying for their own use. |
|
HTTP Basic Authentication should be used only under specific application conditions. This article explains which uses are reasonable for HTTP Basic Authentication and how to implement it in your application. HTTP Basic Authentication passes a User ID and Password over https to the Marketplace. Use HTTP Basic Authentication only if:
|