-
### Summary
`NimbusJwtDecoderJwkSupport` is the underlying implementation for Spring Security `JwtDecoder`.
`NimbusJwtDecoderJwkSupport` provides a method to `setJwtValidator(OAuth2TokenValidator)…
-
**Describe the bug**
When user configures the below properties:
```properties
spring.cloud.azure.active-directory.jwk-set-cache-lifespan: xxx
spring.cloud.azure.active-directory.jwk-set-cache-re…
-
### Summary
Some workflows in OpenID Connect are dependent on being able to use `prompt=none` to asynchronously refresh the session in the background. In particular, the draft specs for [session man…
-
I'm trying to determine authorisation based on the current request, so I've decided to use a custom bean to accomplish that. Here's my minimal configuration:
``` java
@Configuration
@EnableResourceSe…
-
![1557497382](https://user-images.githubusercontent.com/33542541/57533875-53722900-7371-11e9-9a40-0c86b5c9e53c.png)
version: spring-security-oauth2:2.3.3
why doesn't have access_token?
…
wsmhz updated
4 years ago
-
https://www.ibm.com/developerworks/cn/webservices/ws-middleware/
https://www.ibm.com/developerworks/cn/cloud/library/cl-multitenantsaas/
https://www.ibm.com/developerworks/cn/java/j-saas/#exampl…
-
**Expected Behavior**
when this is used:
```java
@Bean
SecurityFilterChain configure(HttpSecurity http, AuthorizationManager authz)
throws Exception {
http.oauth2Resour…
-
False positive on spring-security-core.jar reported as ```cpe:2.3:a:pivotal_software:spring_security:5.4.2``` and spring-security-oauth2-core.jar reported as ```cpe:2.3:a:pivotal:spring_security_oauth…
-
Should make package name shorter.
```
firerose@DESKTOP-EQBT80R MINGW64 /d/a
$ git clone https://github.com/donhuvy/azure-spring-boot-samples.git
Cloning into 'azure-spring-boot-samples'...
remo…
-
Hello, I'm integrating Hawkbit with Keycloak but I encounter the following issue:
`
2022-05-18 12:46:43 Caused by: com.nimbusds.oauth2.sdk.ParseException: Unexpected type of JSON object member wit…