— network — 1 min read
1+--------+ +---------------+2| |--(A)- Authorization Request ->| Resource |3| | | Owner |4| |<-(B)-- Authorization Grant ---| |5| | +---------------+6| |7| | +---------------+8| |--(C)-- Authorization Grant -->| Authorization |9| Client | | Server |10| |<-(D)----- Access Token -------| |11| | +---------------+12| |13| | +---------------+14| |--(E)----- Access Token ------>| Resource |15| | | Server |16| |<-(F)--- Protected Resource ---| |17+--------+ +---------------+1819// 출처: http://blog.weirdx.io/post/39955