Hi, I have created a client and when I go through the process of connecting a new account through the client I go through login and consent everything works great! When I use the client to connect another account I get the following error in HYdra: Subject from payload does not match subject from previous authentication!.
this is how my client is setup:
{
“clientId”: “XXXXX-id”,
“clientName”: “Client Test”,
“clientSecret”: null,
“redirectUris”: [
“https://XXXX.com/dashboard/auth/oauth/return/XXXXI/”
],
“grantTypes”: [
“authorization_code”,
“refresh_token”
],
“responseTypes”: [
“code”,
“id_token”
],
“scope”: null,
“audience”: [],
“owner”: “”,
“policyUri”: “”,
“clientUri”: “https://XXXX.com”,
“logoUri”: “”,
“contacts”: [],
“subjectType”: null,
“createdAt”: “2019-06-13T22:15:05Z”,
“updatedAt”: “2019-06-13T22:15:05Z”
}