Skip to content

Commit

Permalink
Add a property to enable Back-Channel Logout
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jan 25, 2024
1 parent 990a8ca commit 1c3875d
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 544 deletions.
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ These starters are designed to push auto-configuration one step further. In most
I could forget to update README before releasing, so please refer to [maven central](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons/) to pick latest available release
```xml
<properties>
<springaddons.version>7.3.5</springaddons.version>
<springaddons.version>7.3.6</springaddons.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -518,6 +518,9 @@ I could forget to update README before releasing, so please refer to [maven cent
### 5.1. <a name="release-notes-7"/>`7.x` Branch
### `7.3.6`
- Add a `com.c4-soft.springaddons.oidc.client.back-channel-logout.enabled` property to opt-in [Spring Security implementation of Back-Channel Logout](https://docs.spring.io/spring-security/reference/reactive/oauth2/login/logout.html#configure-provider-initiated-oidc-logout). `Customizer.withDefaults()` is used unless you provide one as a bean.
### `7.3.5`
- Boot `3.2.2` as transitive dependency
Expand Down
Loading

0 comments on commit 1c3875d

Please sign in to comment.