-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
type: documentationA documentation updateA documentation update
Description
A "Roadmap to Production" (or similar) page in the docs will be helpful for outlining the types of concerns (checklist) necessary when going from "Getting Started" all the way to production. Some topics to be covered include:
- Using a persistent implementation of
RegisteredClientRepository
,OAuth2AuthorizationService
andOAuth2AuthorizationConsentService
- How the choice of authentication mechanisms and persistence affects the architecture (e.g. sub-systems used, shared database, etc.)
- Session management on the server including distributed sessions, session affinity/stickiness and scaling
It might be helpful to also include considerations for Spring Security-based clients as well. Additional topics to be covered could include:
- Using a persistent implementation of
ClientRegistrationRepository
,OAuth2AuthorizedClientRepository
andOAuth2AuthorizedClientService
- How the choice of authentication mechanisms and persistence affects the architecture (e.g. sub-systems used, shared database, etc.)
- Session management on the client including distributed sessions, session affinity/stickiness and scaling
Some additional topics to cover might include:
- Testing with real architecture components and setup
Fameing, blacelle, SeriousSamV, chuber50, CraftingGamerTom and 3 more
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update