Skip to content

Pick Up OidcSessionRegistry bean in OIDC Configuration #15813

Closed
@jzheaux

Description

@jzheaux

So applications can do:

@Bean 
OidcSessionRegistry sessionRegistry() {
    return new InMemoryOidcSessionRegistry();
}

This is helpful given that both OIDC Login and Logout should use the same reference if it is in-memory.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions