Declare a federated link intent

Authorizes the next matching federated assertion to bind this pre-existing local
account to the asserting identity, within a bounded window.

The administrator supplies the provider and the email claim they expect that
provider to assert — never the provider's internal subject identifier, which they
have no way to know. The platform learns the subject at the first matching assertion
and keys the binding on it from then on.

The window defaults to 72 hours and is capped at 168. A request above the cap is
refused, never clamped: a silent clamp would tell the administrator they received
a window they did not receive, and the out-of-band coordination this flow depends on
would be planned around a deadline that has already passed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
uuid
required
Body Params

Declares that a pre-existing local account may be bound to a federated identity.

string
required
length between 0 and 64

The single identity provider this intent admits. An assertion from any other provider does not satisfy it.

string
required
length between 0 and 320

The email claim the provider is expected to assert. Canonicalized (trimmed, lower-cased) before storage and before comparison, by the single shared function used at both ends.

int32
1 to 168

Length of the admission window in hours. Defaults to 72. A value above the 168-hour ceiling is REFUSED with a 400, never clamped.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json