---
title: "Handles IndieAuth from form submission"
method: POST
path: "/auth/provider/indieauth"
tags: ["Internal", "Auth", "Chat"]
---

# Handles IndieAuth from form submission

`POST /auth/provider/indieauth`

## Response `200`

IndieAuth flow concluded

- union
  - IndieAuthResponse
    - `me` string
    - `profile` IndieAuthProfile
      - `name` string
      - `url` string
      - `photo` string
    - `error` string
    - `errorDescription` string
  - IndieAuthServerProfileResponse
    - `me` string
    - `profile` IndieAuthServerProfile
      - `name` string
      - `url` string
      - `photo` string
    - `error` string
    - `errorDescription` string

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/dc1c42f7f8f6/schema)
