Hey, I am trying to have the phone_number identity...
# ory-selfhosting
b
Hey, I am trying to have the phone_number identity trait to appear on the OIDC userinfo endpoint response. I include the profile scope, I have the phone_number filled in on the user I'm requesting info on, my OAuth2 client has the profile scope, I include it in the auth call scopes list, and still no luck. Email appears with the email scope successfully, and I tried adding the phone scope just in case, still no result. Is the token-hook my only option?