java - Spring Security Auth0 library throws error when Auth0 user is a Twitter social login -


our server application uses spring security auth0 java library verify java web tokens (jwts). when jwt based on user used social login through twitter, library throws null pointer exception because class auth0userinfo expects email_verified flag exist in jwt when email present. i'm using auth0 rule email via twitter api because twitter not give email out. after try add flag email_verified = true in same rule. cannot add email_verified flag user object in rule because auth0 seems prevent being persisted. there way both email , email_verified flag user object jwt contains information?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -