# pub.chive.author.initiateOrcidVerification

> Published by [chive.pub](https://lexicon.garden/identity/did:plc:7natp5xae72bddaqlkef2t4e)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.author.initiateOrcidVerification)
- [Documentation](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.author.initiateOrcidVerification/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.author.initiateOrcidVerification/examples)

## Definitions

### `pub.chive.author.initiateOrcidVerification`

**Type**: `procedure`

Initiate ORCID OAuth verification flow. Returns a URL to redirect the user to ORCID for authentication. Requires authentication.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `authorizeUrl` | `string` (uri) | Yes | Full ORCID OAuth authorization URL to redirect the user to |

#### Errors

- **AuthenticationRequired**
- **OrcidNotConfigured**

## Raw Schema

```json
{
  "id": "pub.chive.author.initiateOrcidVerification",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "OrcidNotConfigured"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "authorizeUrl"
          ],
          "properties": {
            "authorizeUrl": {
              "type": "string",
              "format": "uri",
              "description": "Full ORCID OAuth authorization URL to redirect the user to"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Initiate ORCID OAuth verification flow. Returns a URL to redirect the user to ORCID for authentication. Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
