Hi everybody!
I need return user address in OAuth token, and I find in documentation that is possible return address info.
Follow the documentation
https://fusionauth.io/learn/expert-advice/oauth/modern-guide-to-oauth#the-userinfo-endpoint
On OAuth2 flow we call /userinfo end-point, so we couldn't return address.
The authorize route on FusionAuth we set scope
parameter to receive address openid
, but not work.
And I couldn't find where I can save the user address so that it is redeemed there in /userinfo.
Can you help me?
Thanks