Skip to content

Commit

Permalink
oauth2: Add OAuth2 audience claim and improve migrations
Browse files Browse the repository at this point in the history
This patch adds the ability to whitelist and request an audience
when performing any OAuth 2.0 Flow. The audience is useful in multi-
tenant environments where access tokens should be restricted to certain
resources.

Closes #883
Closes #1144

Signed-off-by: arekkas <aeneas@ory.am>
  • Loading branch information
arekkas committed Oct 31, 2018
1 parent 2de3139 commit be95401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
working_directory: /go/src/github.com/ory/hydra
steps:
- checkout
- run: sudo apt-get update -y
- run: sudo apt-get install -y default-jdk
- run: make init
- run:
name: Enable go1.11 modules
Expand Down

0 comments on commit be95401

Please sign in to comment.