---
title: "Get OIDC authorization URL"
method: GET
path: "/users/oidc/authorize"
tags: ["Users"]
---

# Get OIDC authorization URL

`GET /users/oidc/authorize`

Returns the OIDC authorization URL.

## Query parameters

- `rememberMe` boolean

## Response `200`

OIDC authorization URL.

## Other responses

- `404` — OIDC not configured.
- `500` — Failed to generate authorization URL.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
