Hello,
I have been recently introduced to FusionAuth and I need to create a sign in option through another platform(strava.com). For this job I have created an Identity Provider with OpenID Connect that works the client ID, client secret etc. FusionAuth can reach and can also fetch the data from the endpoints but the problem is that the developers have removed their Email as accessable data variable. Thus I get:
"An email address was not provided for the user. This account cannot be used to login, unable to complete this login request."
My question is such:
Can I bypass the email requirement somehow or create a static fake email that I will use for every sign in (I assume lambdas will be required)?
Thank you in advance for the support.