Using Oauth2 with certificate in azure b2c
Claudio Resende
221
Reputation points
How can I use certificate TLS as key for my API client credentials flow oauth2 using AD b2c?
I would like my users to authenticate on my API(retrieve token) using client id + tls certificate (instead client secret).
If both match the user will be able to get the token.
And proceed able to call the API.
Sign in to answer