Skip to content

Add an OIDC sample that uses Redis implementationsΒ #319

@dreamstar-enterprises

Description

@dreamstar-enterprises

Expected Behavior

It is possible to enhance the documentation here to show how one can implement this with Redis? The OIDC Session Registry (for BackChannel Logouts)

https://docs.spring.io/spring-security/reference/reactive/oauth2/login/logout.html#_customizing_the_oidc_provider_session_strategy

Current Behavior

Currently because of a memory leak issue:
spring-projects/spring-security#14558

I don't implement OidC. See my implementation here:
https://github.com/dreamstar-enterprises/docs/blob/master/Spring%20BFF/BFF/src/main/kotlin/com/frontiers/bff/auth/repositories/oidcsessionregistry/OidcSessionRegistryConfig.kt

But it would be nice to know how to use it.

This is in my main config file here (but it is turned off):
https://github.com/dreamstar-enterprises/docs/blob/master/Spring%20BFF/BFF/src/main/kotlin/com/frontiers/bff/auth/BffSecurityConfig.kt#L189

Context

How has this issue affected you?

I am in month 3 of my Spring BFF login page. It would be nice to know how to properly implement my BFF with backchannel logout

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions