Update user profile data with android sdk

Hello,
I just added (using Okta dashboard) user’s attribute attached to the token. Now I would need to set this attribute form android oidc skd, but can’t see such option. Does android oidc sdk provides such feature? If not - is it possible with new kotlin sdk?

I don’t see anything built into our OIDC SDKs to handle this use case, but you could look to use the MyAccount API to update the end-users profile, using an Access Token issued to said user to make the request.

More information about using Access Tokens against Okta’s APIs can be found in our doc here: Implement OAuth for Okta | Okta Developer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.