Skip to content

Commit

Permalink
allow additional scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Apr 16, 2015
1 parent 3e1afd6 commit 4974951
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -3,8 +3,6 @@ AUTHOR = Jakob Voß

NAME = paia
GITHUB = http://github.com/gbv/paia/
FORMATS = ttl owl
TTLFORMAT = -ttl
REVISIONS = 50
ABSTRACT_FROM = abstract.md

Expand Down
10 changes: 7 additions & 3 deletions paia.md
Expand Up @@ -221,9 +221,13 @@ change_password
: Change the password of a patron with the PAIA auth [change](#change) method.

A PAIA core server SHOULD NOT include the `change_password` scope in the
`X-OAuth-Scopes` header because the scope is limited to PAIA auth. A PAIA auth
server MAY send `X-OAuth-Scopes` and `X-Accepted-OAuth-Scopes` headers with
both PAIA auth scopes and PAIA core scopes.
`X-OAuth-Scopes` header because the scope is limited to PAIA auth.

A PAIA auth server MAY send `X-OAuth-Scopes` and `X-Accepted-OAuth-Scopes`
headers with both PAIA auth scopes and PAIA core scopes.

A PAIA server MAY include more scopes in `X-OAuth-Scopes` and in the list of
scopes of a [login](#login) request and/or response.

## Error response

Expand Down

0 comments on commit 4974951

Please sign in to comment.