mib200
01/03/2023, 7:05 AMrp_st
01/03/2023, 7:07 AMmib200
01/03/2023, 7:07 AMThirdPartyPasswordless
rp_st
01/03/2023, 7:08 AMmib200
01/03/2023, 7:08 AMmib200
01/03/2023, 7:09 AMaccessTokenAPI: {
url: `http://localhost:3000/api/oauth/token`,
params: {
client_id,
client_secret,
grant_type: 'authorization_code',
redirect_uri: redirectURI || '',
code: authCodeFromRequest || '',
},
},
mib200
01/03/2023, 7:09 AMaccessTokenAPI
in providersmib200
01/03/2023, 7:09 AMmib200
01/03/2023, 7:09 AMrp_st
01/03/2023, 7:10 AMthirdPartySignInUp
function from the frontend on the callback screen?mib200
01/03/2023, 7:11 AMmib200
01/03/2023, 7:15 AMThirdPartyPasswordless
?rp_st
01/03/2023, 7:26 AMrp_st
01/03/2023, 7:26 AMthirdPartySignInUp
, what happens?rp_st
01/03/2023, 7:26 AMmib200
01/03/2023, 10:08 AMmib200
01/03/2023, 11:49 AMmib200
01/03/2023, 11:49 AMthirdPartySignInUpPOST
is not getting calledmib200
01/03/2023, 11:50 AMconsumeCodePOST
mib200
01/03/2023, 11:50 AMmib200
01/03/2023, 11:55 AMGET
http://localhost:3366/auth/callback/saml-jackson?code=mib200
01/03/2023, 11:56 AMPOST
mib200
01/03/2023, 11:58 AMlibrary
instead of running a dedicated server
rp_st
01/03/2023, 12:44 PMrp_st
01/03/2023, 12:45 PMmib200
01/03/2023, 1:32 PMrp_st
01/03/2023, 1:34 PM