
zkvvc (zkvvc) asked a question.
Is this something that can be done? I know I can get user info through the ID token but not everything. I know I can customize that and use the implicit flow to get the id token that contains that info. I also know that you can user the authorization code flow and then get the user info through the /userinfo endpoint. Is there any way to get everything in the ID token using the authorization flow?

What do you mean by everything in ID Token? have you used 'profile', 'email' as a scope in your request?
if you need any particular then create custom claims as part of id/access token.
https://developer.okta.com/docs/guides/customize-tokens-returned-from-okta/add-custom-claim/