-
Vulnerable Library - spring-boot-starter-oauth2-client-3.1.5.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-s…
-
##### Description
When I generate the java client for -library=resttemplate, I can inject the OAUth2 resttemplate into the generated ApiClient, and do not need to worry about the dealing with the tok…
-
To replicated behavior, add the following to any app:
`/conf/application.groovy `
```groovy
import org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter
```
…
-
### Description
I set up **nginx** proxy according to the [document](https://docs.gitea.com/administration/reverse-proxies#nginx-with-a-sub-path), and set the `[server] ROOT_URL = https://xxxx.com/…
-
@zvigrinberg I run the keycloak and springboot apps on local laptop. Both running in containers fine with keycloak at port `8080` and springboot at `8081`. I managed to request TOKEN from the keycloak…
-
We use Keycloak as our authentication platform and would like to use OAuth2 to run Trino queries from other automated processes where there is no authenticated user session.
This is typically hand…
-
Hello all,
I have set up Trino 459 with both JWT and OAUTH2 authentication methods. I want users to authenticate using Google Workspace, and then I want applications to forward their JWT tokens to …
-
### OAuth2-Proxy Version
7.6
### Provider
keycloak-oidc
### Current Behaviour of your Problem
Hello, I need open access to link only for allowed group or roles. I have configured oauth2-proxy+ngi…
-
I tried to use this plugin with Yahoo!'s oAuth2. It seems to connect to Yahoo with auth request, but strangely I got an JSON object back:
`{"error":{"localizedMessage":"not found","errorId":"NOT_FO…
-
I'm configuring Swagger UI as an OAuth2 client in my Spring application. I see that I'm required to set the client secret using the property: springdoc.swagger-ui.oauth.client_id=secret. However, I wa…