Es el identificador de usuario federado en un proveedor de identidad.
Representación JSON
{"providerId": string,"rawId": string}
Campos
providerId
string
El ID de los proveedores de identidad admitidos. Debe ser un ID de proveedor habilitado para el acceso, que puede ser de la lista de IdPs compatibles predeterminados o del formato oidc.* o saml.*. Algunos ejemplos son google.com, facebook.com, oidc.testapp y saml.testapp.
rawId
string
Es el ID de usuario de la cuenta en el proveedor de identidad de terceros que especifica providerId.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]