# id.sifa.authConnection

> Published by [sifa.id](https://lexicon.garden/identity/did:plc:2f2ahswozqy4v5lvu676375y)

✓ This is the authoritative definition for this NSID.

## Description

OAuth permission set for creating and managing professional connections.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2f2ahswozqy4v5lvu676375y/id.sifa.authConnection)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2f2ahswozqy4v5lvu676375y/id.sifa.authConnection/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2f2ahswozqy4v5lvu676375y/id.sifa.authConnection/examples)

## Definitions

### `id.sifa.authConnection`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Professional connections",
  "detail": "Create and manage professional connections with other users.",
  "permissions": [
    {
      "type": "permission",
      "resource": "repo",
      "collection": [
        "id.sifa.graph.connection"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "id.sifa.authConnection",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Professional connections",
      "detail": "Create and manage professional connections with other users.",
      "permissions": [
        {
          "type": "permission",
          "resource": "repo",
          "collection": [
            "id.sifa.graph.connection"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "OAuth permission set for creating and managing professional connections."
}
```
