@Configuration public class AuthGatewayConfiguration extends Object
| Constructor and Description |
|---|
AuthGatewayConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AuthGatewayOperations |
authgatewayOperations(OAuth2PrivilegedInterceptor interceptor)
Calls to auth-gateway needs to be performed using privileged interceptor because users
that try to register for the first time don't have jwt token yet.
|
@Bean public AuthGatewayOperations authgatewayOperations(OAuth2PrivilegedInterceptor interceptor)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.