Create step-up config
Create a step-up authentication configuration for the application.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
Body
Per-scope step-up configuration. Each entry is either delegated
to a delegation hook on your backend, resolved directly by
Prelude using a static decision, or routed to a preformatted
Prelude-managed flow (prld:phone:register,
prld:email:register).
HTTPS endpoint exposing the JWKS used to verify tokens issued
by your backend for custom steps. Required when at least one
entry in allowed_scopes uses the delegated mode.
"https://api.example.com/.well-known/jwks.json"
Response
Created