Does API access token that only have access to public information need to be kept secret?

I found a Instagram Basic Display API access token leaked in a website. This token belongs to a Instagram marketing account of this website. Using my leet investigating skill, below are the information i have.

This token has 3 months vali… Continue reading Does API access token that only have access to public information need to be kept secret?

MFA authentication to O365 – remote workers users without mobile phone. Which secure solution?

We are deploying O365 in my company (Teams, Sharepoint, Exchange online, Office suite). In order to connect outside our network (remote workers especially during this pandemic), we’ve implemented MFA with MS Authenticator and OTP with SMS…. Continue reading MFA authentication to O365 – remote workers users without mobile phone. Which secure solution?

Is access token confidentiality also ensured in the Authorization Code grant type in Oauth2.0

One of the really nice articles I came across while trying to understand the various grant types in Oauth2.0 was this. The author really has done a good job at explaining quite clearly what various grant types in an Oauth2.0 flow look like… Continue reading Is access token confidentiality also ensured in the Authorization Code grant type in Oauth2.0