I have an authorization server that provides me an access token with a refresh token too.
I can get a protected resource with an access token like the typical Oauth2 flow explain and I can get new access tokens through refresh token. At this point, all is ok.
However, I can get a protected resource with the refresh token too! Is it normal in Oauth2? has the refresh token both behaviors?
Thanks