Update Oauth Identity ID

In order to login/register users into our community, we use an OAuth provider for quite some time now. However, they are upgrading the Identity provider and of course we need to migrate accordingly. The problem relies with the new Identity ID they are sending now, our current Client User ID must be updated to store the new xxxxxxxxx identity ID and use it by default for future authentications.

I've been looking at the OAuth REST Endpoints available from Telligent and there is only Create and Show options. So, my question is how we could update the Oauth Client User ID? is there some REST Endpoint available? Is it possible to do it with some Velocity object? Thanks in advance

We are using Telligent 10.3.4.9982

Regards

Parents Reply
  • Right now we have an OAuth plugin working in our community which implements a IOAuthClient interface. The migration should be able to re-use most of the current code so that's why we wanted to continue using the same approach. (It's in production for about a year and a half now) That's why I was asking if there was an option to update the Client's Id under the same approach.

Children