> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenStreetMap No Authentication (public APIs only) connector profile – StackOne setup guide

> Set up the No Authentication (public APIs only) connector profile for OpenStreetMap in StackOne. One-time admin setup required before your users can link OpenStreetMap accounts via Hub.

<section data-guide-section data-guide-scopes="">
  <h2>Connect without credentials</h2>

  <p>The <strong>No Authentication (public APIs only)</strong> method needs no account, API key, or OAuth application. It connects to OpenStreetMap's public read and query APIs only, so there is nothing to configure on OpenStreetMap's side.</p>

  <Steps>
    <Step title="Select the No Authentication method">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the StackOne Connector profile, choose the <strong>No Authentication (public APIs only)</strong> method and connect. Leave all credential fields empty — none are required.</p>
      </div>
    </Step>

    <Step title="Review what this connection can access">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>This connection can call only OpenStreetMap's public, credential-free APIs:</p>

        <ul>
          <li><a href="https://nominatim.openstreetmap.org" target="_blank" rel="noopener noreferrer">Nominatim geocoding</a> — search, reverse-geocode, lookup, details, and status.</li>
          <li><a href="https://overpass-api.de" target="_blank" rel="noopener noreferrer">Overpass API</a> — Overpass QL feature queries.</li>
          <li>Public OpenStreetMap read endpoints — map data, nodes, ways, relations, changesets, notes, user profiles, and API capabilities.</li>
          <li>Any action that edits the map or reads a user's private data (element/changeset/note writes, preferences, GPS traces, messages) requires the <strong>OAuth 2.0</strong> method instead and will fail on this connection.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>OpenStreetMap</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>OpenStreetMap</strong></li>
      <li>Select <strong>Type</strong> as <strong>No Authentication (public APIs only)</strong></li>
      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/connect/managing-connectors/linking-accounts">Link Accounts</a> for <strong>OpenStreetMap</strong>.
