---
title: "The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code."
method: POST
path: "/authorize-challenge"
tags: ["Authorization Challenge"]
---

# The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

`POST /authorize-challenge`

The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

## Response `200`

OK

- object — Authorization Challenge Response
  - `authorization_code` string, required — Authorization Code
  - `logout_status_jwt` string — Logout Status JWT

## Other responses

- `400` — Invalid parameters are provided to endpoint.
- `401` — Unauthorized access request.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2025-06-18** `0b29a755ac79` — 2 info
  - added the new optional request property `logout_status_jwt`
  - added the optional property `logout_status_jwt` to the response with the `200` status
- **2024-10-29** `673c8b135be7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/authorize-challenge/post.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/1620ec4b4e5f/schema)
