sample-gateway-oauth2login icon indicating copy to clipboard operation
sample-gateway-oauth2login copied to clipboard

Sample application integrating Spring Cloud Gateway and Spring Security OAuth2

Results 8 sample-gateway-oauth2login issues
Sort by recently updated
recently updated
newest added

The following is the runtime error: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenRelayGatewayFilterFactory' defined in class path resource [org/springframework/cloud/security/oauth2/gateway/TokenRelayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tokenRelayGatewayFilterFactory' parameter 0; nested...

The only change I made is tomcat 8.5.53 becuase 8.4.43 no longer available. When I login to **http://localhost:8080** I see 302 redirect and FAILURE in browser http://localhost:8090/uaa/oauth/authorize?response_type=code.....

Downloading the project and following the README fails due to packages no longer existing in the repositories. (and thus can't be resolved) Furthermore this sample has become quite outdated with...

This updates the dependencies and a configuration of the project as the README no longer worked due to expired versions and outdated config.

Hello! Version 8 of Tomcat is now at 8.5.51, and when tried to install with 8.5.43, it crashed(Apparently, they remove old versions, so it gave me a not found exception)....

I use legal access_token to access resource server proxy by sc gateway but gateway redirect me to oauth 2 server login again , It’s successful that I direct to access...