If I implement Private Key Authentication will that allow me to access the B2C api's without the need of user interaction? I am using client id and secret for B2B - and would like to have a similar solution for B2C.
If I implement Private Key Authentication will that allow me to access the B2C api's without the need of user interaction? I am using client id and secret for B2B - and would like to have a similar solution for B2C.
B2C means User interaction , to issue their login and password. PrivateKey authentication is just a mechanism different than API Key .
notice than depending the Authentication provider this may means finger print solution, FaceId , any authentication app like google / Microsoft authenticator
the key element is to get the user identity is intended to do the api call.
yes , it requires end user authentication, notice that end user authentication does not means 100 % interaction, SSO can applied ...
Could you point me to any documentation on how that might be accomplished?
4 People are following this question.