https://www.upguard.com/blog/oauth
여기에서는


OAuth 1.0 has a consumer, service provider, and user, and it doesn’t explicitly separate the roles of the resource server and authorization server.

On the other hand, OAuth 2.0 has a client, authorization server, resource server, and resource owner. That’s why these versions don’t have backward compatibility.

(OAuth 1.0에는 소비자, 서비스 공급자, 사용자가 있으며 리소스 서버와 권한 부여 서버의 역할을 명시적으로 구분하지 않습니다.

반면에 OAuth 2.0에는 클라이언트, 권한 부여 서버, 리소스 서버 및 리소스 소유자가 있습니다. 그렇기 때문에 이 버전은 이전 버전과 호환되지 않습니다.)


이렇게 설명은 하는데

소비자가 클라이언트고, 서비스 공급자가 권한 부여 서버고, 사용자가 리소스 소유자 아님?

차이점은 리소스 서버 추가에서 생기는거 같은데 사실 구분 전과 구분 후에 달라지는게 뭔지 잘 이해가 안간다