Hi,
I have app where I can change my given_name/family_name. I also want to change nickname base on given/family name. If I change only given_name all works nicely. But If I also change nickname I’ll lost SSO connection.
I’m using ( /api/v2/users/{id}).
Any idea what is wrong?
Update:
I tested more… If I change for example “user2” nickname, it will close his SSO session also.