Skip to main content

User Authentication OpenID Connect Profile Info

user-authentication-oidc-profile-info is the information object about the relationship between a User Authentication Info and an OpenID Connect Profile.

The User Authentication OpenID Connect Profile Info Object

AttributeTypeDescription
idstringThe unique identifier for the user-authentication-oidc-profile-info object.
subjectstringThe identifier within the issuer for the user-authentication-info object. For more information, see the OpenID Connect specification section.
issuerstringThe identifier for the issuer of the ID Token. For more information, see the OpenID Connect specification section.
metaobjectAdditional information for this user-authentication-oidc-profile-info object. For more information, see The meta object section.
typestringThe type of the object returned.
oidc_profile_idstringThe identifier for the OpenID Connect Profile that the user-authentication-info object is linked to.

Sample Object

{
"data": {
"id": "dc764c11-2a4b-4ab3-be71-45b06d6fec7b",
"subject": "testsubject2",
"issuer": "https://sso.provider.com/auth/realms/Sample/",
"meta": {
"created_at": "2021-06-07T18:25:02.696Z",
"updated_at": "2021-06-07T18:25:02.696Z"
},
"type": "user_authentication_oidc_profile_info",
"oidc_profile_id": "7f213d23-0a87-41b7-ad24-c58957ac7b9b"
},
"links": {
"self": "https://useast.api.elasticpath.com/v2/authentication-realms/b6cf44b5-5d52-46b8-ae6f-7f28847fb269/user-authentication-info/9738663b-2f64-47e0-b70f-eecd9fb28f53/user-authentication-oidc-profile-info/dc764c11-2a4b-4ab3-be71-45b06d6fec7b"
}
}

The meta Object

AttributeTypeDescription
meta.created_atstringThe creation date of this user-authentication-oidc-profile-info object.
meta.updated_atstringThe last updated date of this user-authentication-oidc-profile-info object.