-
Notifications
You must be signed in to change notification settings - Fork 29
Lock passwordless ignoring authParams scope #102
Comments
What is the correct syntax for the Authentication Parameter? Resulting JWT only includes the default properties - iss, sub, aud, exp and iat |
@yvonnewilson - re. quotes versus no quotes for
Basically equivalent syntax. Agreed, docs should be consistent to avoid confusion. |
@yvonnewilson I can't reproduce this, I always get the email when I provide the scope Also, I've created a separate issue for the options syntax. |
Note - in playground, response type was set to token but it behaved as if it was set to code. |
we already have #70 for the issue @yvonnewilson described in the last comment |
Cross reference customer reported issue: 6766
JWT generated by passwordless authentication (email link) doesn't include email
Set up passwordless connection with all default values for Settings screen and set Authentication Parameters to {'scope':'openid email'} (also tried 'openid profile' - same thing
Logged in with magic link, but JWT returned does not include email.
Used try button in passwordless connection to send email.
Clicked on magic link button in email and was apparently logged in.
Dashboard -> Users shows a login for the email address used in TRY screen with connection 'email'.
User Details screen shows email address for user has a value.
Logs screen shows successful login via connection 'email' as well.
Used jwt.io as callback for application and to display JWT resulting from authentication.
The text was updated successfully, but these errors were encountered: