Hi, If you can create Custom authorization server in your Okta Org you can leverage the Token Preview feature to test out the payload returned in the token
The payload of the token shown there is what will be returned in the actual token itself
in addition to @vk-giri’s suggestion to check in Token Preview, make sure that the first set of tokens returned during the first login were issued by the authorization server you created the custom claim on and if its the same authorization server issuing tokens during subsequent logins. It’s possible you’re looking at tokens issued by two different authorization servers.