Skip to content

Commit

Permalink
CFID-365: use default scopes in app sample
Browse files Browse the repository at this point in the history
Change-Id: I0cd6af450902cc2355addfd575a955e468766eeb
  • Loading branch information
dsyer committed Jul 25, 2012
1 parent eaf9824 commit 025876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/app/src/main/webapp/WEB-INF/spring-servlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<!--define an oauth 2 resource for api access -->
<oauth:resource id="uaa" type="authorization_code" client-id="${CLIENT_ID:app}" client-secret="${CLIENT_SECRET:appclientsecret}"
access-token-uri="${accessTokenUri}" user-authorization-uri="${userAuthorizationUri}" scope="cloud_controller.read,tokens.read,tokens.write,openid" />
access-token-uri="${accessTokenUri}" user-authorization-uri="${userAuthorizationUri}"/>

<oauth:web-expression-handler id="oauthWebExpressionHandler" />

Expand Down

0 comments on commit 025876b

Please sign in to comment.