full-waiter-19239
03/18/2024, 4:44 PM/.well-known/openid-configuration
, which does not return the same scopes as in the dashboard: the scope email
is missing. If I modify the libraries' checks to ignore the missing email scope I get authenticated after login, but the email is missing from the userdata.
Strangely enought, the express / express-openid-connect code works fine, and returns the email correctly (as shown by the JSON ouput).
Is this a bug / configuration error in ory or an issue with the libraries in use? Why is ory not returning all the scopes in /.well-known/openid-configuration
?
Any guidance would be much appreciated, thanks in advance!adventurous-battery-51816
06/13/2024, 2:06 PM