shortened urls

pull/129/merge
Amanda Anganes 2012-07-30 16:56:47 -04:00
parent 02da9fceed
commit 686412757f
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
authorization-request-factory-ref="authorizationRequestFactory"
token-services-ref="defaultOAuth2ProviderTokenService"
user-approval-handler-ref="userApprovalHandler"
authorization-endpoint-url="/openidconnect/auth"
token-endpoint-url="/openidconnect/token">
authorization-endpoint-url="/auth"
token-endpoint-url="/token">
<oauth:authorization-code />
<oauth:implicit />