---
title: "Microsoft Authorize"
method: GET
path: "/auth/microsoft/authorize"
tags: ["Auth"]
---

# Microsoft Authorize

`GET /auth/microsoft/authorize`

Get Microsoft OAuth authorization URL for sign-in.
Frontend should redirect user to this URL.

Args:
    return_to: Optional URL path to return to after authentication

## Query parameters

- `return_to` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
