-
-
**Expected Behavior**
[RFC 9126](https://datatracker.ietf.org/doc/html/rfc9126) introduces pushed authorization requests (PAR) for OAuth. In essence, pushed authorization requests allow the client …
-
**[Mark Pollack](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.pollack)** opened **[DATAREST-18](https://jira.spring.io/browse/DATAREST-18?redirect=false)** and commented
---
**Issue Lin…
-
# Expected Behavior
I would like `org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager` to be an autoconfigured bean based on `application.yml` properties, and without having `s…
-
**Describe the bug**
Both the `SpringOpaqueTokenIntrospector` and `NimbusOpaqueTokenIntrospector` use the `clientId` and `clientSecret` to authenticate the calls to the authorization server.
This …
-
Hello, I just import the project "spring-security-oauth" in Eclipse using Maven, I have this error:
in the file spring-security-oauth-1.0.xsd the line has multiple annotation.
…
-
I'm upgrading from Spring Security OAuth to the OAuth support in Spring Security 5. My micro-services previously was using Feign to connect with other micro-services (micro-services are both resource …
-
Seguir los pasos del tutorial en la URL [https://spring.io/guides/tutorials/spring-boot-oauth2/](https://spring.io/guides/tutorials/spring-boot-oauth2/)
-
In my project, I have a @ControllerAdvice class with two @ExceptionHandler methods. One of these methods catches an abstracted exception unique to the project, but the other catches generic Exceptions…
-
the trouble would be that the OAuth token doesnt have much besides the scopes.
if we're in the OAuth client (our Gateway) then we could configure a `GrantedAuthoritiesMapper` to map the scopes to …