fixed oauth2request constructor
parent
bedda2959d
commit
93a91c8f84
|
@ -109,7 +109,7 @@ public class AuthenticationHolderEntity {
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
private OAuth2Request createOAuth2Request() {
|
private OAuth2Request createOAuth2Request() {
|
||||||
return new OAuth2Request(requestParameters, clientId, authorities, approved, scope, scope, redirectUri, responseTypes, extensions);
|
return new OAuth2Request(requestParameters, clientId, authorities, approved, scope, resourceIds, redirectUri, responseTypes, extensions);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAuthentication(OAuth2Authentication authentication) {
|
public void setAuthentication(OAuth2Authentication authentication) {
|
||||||
|
|
Loading…
Reference in New Issue