Created
June 19, 2014 07:31
-
-
Save aanoaa/14c5e829ca016efb7866 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## role, priv and scope ## | |
- role: 역할 | |
- priv: 권한 | |
- scope: 범위 | |
`staff` 는 `사용자정보열람` 이 가능하다. | |
`aanoaa` 는 `staff` 이다. | |
`aanoaa` 는 `사용자정보열람` 을 할 수 있다. | |
--------------- | |
silverquick 을 auth.silex.kr 의 계정으로 로그인합니다. | |
(이때 보게 접하게 될 내용) | |
- `사용자정보열람` 을 할 수 있습니다. | |
`allow` or `deny` | |
allow 를 하게되면 `access_token` 을 발급받고 해당 토큰은 `사용자정보열람` 이 | |
가능한 token | |
deny 하게 되면 silverquick 서비스 사용불가 | |
--------------- | |
우리 서비스에서 priv 는 scope 입니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment