Skip to main content

Retrieve the information returned by the identity provider​

Retrieve the information returned by the identity provider for registration or updating an existing user with new information

Path Parameters
    idpIntentId string required

    ID of the idp intent, previously returned on the success response of the IDP callback

Request Body required
    idpIntentToken string

    Possible values: non-empty and <= 200 characters

    token of the idp intent, previously returned on the success response of the IDP callback

Responses

OK


Schema
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to
    idpInformation object
    oauth object

    OAuth/OIDC access (and id_token) returned by the identity provider

    accessToken string
    idToken string
    ldap object

    LDAP entity attributes returned by the identity provider

    attributes object
    saml object

    SAMLResponse returned by the identity provider

    assertion byte
    idpId string

    ID of the identity provider

    userId string

    ID of the user of the identity provider

    userName string

    username of the user of the identity provider

    rawInformation object

    complete information returned by the identity provider

    userId string

    ID of the user in ZITADEL if external user is linked

Loading...