SenseCrypt Docs
API ReferenceAdmin Issuer

Update Issuer

PATCH/v1/admin/issuer

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

The one tenant-level write the Issuer page holds: the browser-session lifetime. null = deployment default; 0 = no browser session (every sign-in is a fresh face ceremony, prompt=none always login_required). Capped at 30 days. Integers only — a float lifetime is refused, not rounded (strict).

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v1/admin/issuer" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "slug": "string",  "issuer_url": "string",  "discovery_url": "string",  "jwks_url": "string",  "fapi_profile": "plain_fapi",  "advertised_profile": "plain_fapi",  "advertised_cause": "tenant",  "op_session_ttl_seconds": 0,  "op_session_ttl_effective_seconds": 0,  "applications_total": 0,  "applications_fapi": 0,  "non_compliant_applications": [    {      "client_id": "string",      "name": "string"    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}