Open gnarlium opened 2 years ago
This concerns behavior observed when authenticating using FA hosted web forms; testing is done in private/incognito browsers.
In Chrome, when authenticating using Facebook, the resultant JWT has an incorrect value, PASSWORD, for the authenticationType claim.
PASSWORD
authenticationType
But, when attempting to reproduce in Firefox, the emitted JWT contains the correct claim value, FACEBOOK.
FACEBOOK
Note: Another dev was not able to reproduce the issue in Chrome v97.0.4692.71.
v97.0.4692.71
FusionAuth v1.36.5 - no testing yet w/other versions
v1.36.5
Steps to reproduce the behavior:
When authenticating using Facebook, FusionAuth should emit a JWT with the claim "authenticationType": "FACEBOOK".
"authenticationType": "FACEBOOK"
2 .har files are attached in the comment below, one for each browser.
.har
Screen recording showing behavior in Chrome / FF: https://drive.google.com/file/d/1k3v5a_de79auuAKAQRcPiB0VVXDDNdQG/view?usp=sharing
v102.0.5005.115
v101.0
.har files, as mentioned above: har-har.zip
Can confirm this behavior is persistent regardless of chrome or firefox based on recent tests. Reviewing how we arrive in this state.
authenticationType:PASSWORD in JWT after authenticating w/FB
Description
This concerns behavior observed when authenticating using FA hosted web forms; testing is done in private/incognito browsers.
In Chrome, when authenticating using Facebook, the resultant JWT has an incorrect value,
PASSWORD
, for theauthenticationType
claim.But, when attempting to reproduce in Firefox, the emitted JWT contains the correct claim value,
FACEBOOK
.Note: Another dev was not able to reproduce the issue in Chrome
v97.0.4692.71
.Affects versions
FusionAuth
v1.36.5
- no testing yet w/other versionsSteps to reproduce
Steps to reproduce the behavior:
authenticationType
claimExpected behavior
When authenticating using Facebook, FusionAuth should emit a JWT with the claim
"authenticationType": "FACEBOOK"
.Screenshots
2
.har
files are attached in the comment below, one for each browser.Screen recording showing behavior in Chrome / FF: https://drive.google.com/file/d/1k3v5a_de79auuAKAQRcPiB0VVXDDNdQG/view?usp=sharing
Platform
v102.0.5005.115
/ (working) Firefoxv101.0