---
title: "Construct authorisation url to authenticate the end-user"
method: GET
path: "/oidc/auth"
tags: ["auth"]
---

# Construct authorisation url to authenticate the end-user

`GET /oidc/auth`

## Query parameters

- `request_uri` string
- `client_id` string, required
- `scope` string, required
- `redirect_uri` string, required
- `response_type` 'code' | 'id_token' | 'token' | 'code id_token' | 'code token' | 'id_token token' | 'code id_token token', required
- `request` string, required
- `state` string
- `prompt` 'none' | 'login' | 'consent' | 'select_account'

## Other responses

- `302` — A successful or erroneous authentication response
- `403` — Unsuccessful Response - Invalid claims - Invalid scopes

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
