auth.provider API
    Preparing search index...

    Interface FederationRedirectPolicyUnpairedDetails

    A federation contributing federations[name] lacks a matching federationRedirectPolicies[name] (or vice versa).

    name: the unmatched federation/policy key. side: which side is missing its pair. contributedBy: the module that contributed the unpaired side.

    Per A5 §8.2.

    interface FederationRedirectPolicyUnpairedDetails {
        contributedBy: string;
        name: string;
        reason: "federation-redirect-policy-unpaired";
        side: "federation-without-policy" | "policy-without-federation";
    }
    Index

    Properties

    contributedBy: string
    name: string
    reason: "federation-redirect-policy-unpaired"
    side: "federation-without-policy" | "policy-without-federation"