mib200
01/03/2023, 7:05 AMrp
01/03/2023, 7:07 AMmib200
01/03/2023, 7:07 AMThirdPartyPasswordless
rp
01/03/2023, 7:08 AMmib200
01/03/2023, 7:08 AMaccessTokenAPI: {
url: `http://localhost:3000/api/oauth/token`,
params: {
client_id,
client_secret,
grant_type: 'authorization_code',
redirect_uri: redirectURI || '',
code: authCodeFromRequest || '',
},
},
accessTokenAPI
in providersrp
01/03/2023, 7:10 AMthirdPartySignInUp
function from the frontend on the callback screen?mib200
01/03/2023, 7:11 AMThirdPartyPasswordless
?rp
01/03/2023, 7:26 AMthirdPartySignInUp
, what happens?mib200
01/03/2023, 10:08 AMthirdPartySignInUpPOST
is not getting calledconsumeCodePOST
GET
http://localhost:3366/auth/callback/saml-jackson?code=POST
library
instead of running a dedicated server
rp
01/03/2023, 12:44 PMmib200
01/03/2023, 1:32 PMrp
01/03/2023, 1:34 PM