Skip to main content
Part of OIDC Federation. Registration is org-level and root-quorum-only — it establishes trust in an (issuer, audiences) pair for the whole (parent) organization, not a single user. The issuer’s discovery document and JWKS are fetched live over HTTPS (full public-CA validation, no dev bypass) the first time a token from it is actually verified; registration itself does not perform that fetch.
type
enum<string>
required
Enum options: ACTIVITY_TYPE_CREATE_OIDC_PROVIDER
timestampMs
string
required
Timestamp (in milliseconds) of the request, used to verify liveness of user requests.
organizationId
string
required
Unique identifier for a given Organization.
parameters
object
required

The parameters object containing the specific intent data for this activity.

generateAppProofs
boolean
Enable to have your activity generate and return App Proofs, enabling verifiability.
A successful response returns the following fields:
activity
object
required
The activity object containing type, intent, and result