Retrieve user profile field without putting it in the token

We are storing base-64 encoded images in our okta profiles, and would like to retrieve those on an Angular SPA. The issue we’re having is that if we put the photo into the claims, the token becomes too large, and redirects begin to fail because it’s trying to put the whole token in the URL.

How can we access our encoded images without passing them in the token?

the best way is to have the claim returned only in the userinfo response
Screenshot 2021-03-18 175932

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