-
Currently the `protected void configure(HttpSecurity http) throws Exception` method in `AuthorizationServerSecurityConfiguration` defines the authorization of the oauth endpoints, making it very diffi…
-
Are there plans for Pivotal to implement any of the following IETF RFCs:
- RFC 7009 -- The OAuth 2.0 Token Revocation
- RFC 7521 -- Assertion Framework for OAuth 2.0 Client Authentication and Authoriz…
-
### Summary
OAuth 2 Autoconfigurer doesn't take into account the _preflight_ requests sent by browsers typically before requests with _Authorization_ header.
### Actual Behavior
The brows…
-
### Summary
I'm migrating spring oauth2 version from 2.0.9.RELEASE to the latest one 2.4.0.RELEASE and it looks like the new implementation of this method https://github.com/spring-projects…
-
The response from the Token Checkpoint Url of my OAuth Server is:
{
"scope": "openid",
"active": true,
"token_type": "Bearer",
**"exp": 1530874722,**
"client_id": "client_ser…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## Expected Behavior
allow WebSpoon to use OAuth authentication for Facebook, Google, LinkedIn, Twitter etc
## Actual Behavior
Currently only Memory and LDAP authentication methods are supported…
-
we need to support both http & https in https://github.com/spring-projects/spring-security-oauth/commits/master/spring-security-oauth2/src/main/resources/META-INF/spring.schemas,, making only https b…
-
Hello.
I am glad I was able to find your repositories as I am struggling to make WebAPI OBO scenario to work with latest versions of Spring and Spring security. Although I was disappointed to see t…
-
A few days ago Spring released version 4.0.0 of spring-security-core. spring-security-oauth still depends on 3.2.6.
Are there any plans to update the dependency soon? There's a migration path availab…