Föderierte Nutzer-ID bei einem Identitätsanbieter.
JSON-Darstellung
{"providerId": string,"rawId": string}
Felder
providerId
string
Die ID der unterstützten Identitätsanbieter. Dies sollte eine für die Anmeldung aktivierte Anbieter-ID sein, die entweder aus der Liste der standardmäßig unterstützten Identitätsanbieter stammt oder das Format oidc.* oder saml.* hat. Beispiele hierfür sind google.com, facebook.com, oidc.testapp und saml.testapp.
rawId
string
Die Nutzer-ID des Kontos beim Identitätsanbieter von Drittanbietern, der in providerId angegeben ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[[["This document defines the JSON representation for a federated user identifier at an Identity Provider, containing `providerId` and `rawId`."],["`providerId` is a string that specifies the ID of the identity provider, which can be from a list of default supported IdPs, or be in the format `oidc.*` or `saml.*`."],["`rawId` is a string representing the user's unique ID at the specified third-party Identity Provider."]]],[]]