Skip to content
OpenPostDocs
OpenPostDocs
Auth

Start action-bound OIDC reauthentication

POST/auth/oidc/{provider_id}/reauth

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

provider_id*string

Header Parameters

Cookie?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/auth/oidc/string/reauth" \  -H "Content-Type: application/json" \  -d '{}'
{  "$schema": "https://example.com/api/v1/schemas/OIDCAuthenticatedStartOutputBody.json",  "authorization_url": "string"}