Current Limitation
Currently, self-service profile updates do not work end-to-end. The SDK attempts to retrieve and save profile modifications using a /scim2/Me endpoint that the backend does not support (as there are no SCIM2 endpoints in the product).
To resolve this, the profile read and update flows must be transitioned to the backend's native /users/me endpoint.
Current Limitation
Currently, self-service profile updates do not work end-to-end. The SDK attempts to retrieve and save profile modifications using a
/scim2/Meendpoint that the backend does not support (as there are no SCIM2 endpoints in the product).To resolve this, the profile read and update flows must be transitioned to the backend's native
/users/meendpoint.