-
Notifications
You must be signed in to change notification settings - Fork 0
feat(security-post-mvp): Migrate to Spring Security OIDC and protect routes #23
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpost-mvpUse for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.Use for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.priority:P2-normalNormal priority; plan within the current milestone.Normal priority; plan within the current milestone.status:triageNewly filed or uncategorized. Needs initial review, labeling, and priority assignment.Newly filed or uncategorized. Needs initial review, labeling, and priority assignment.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpost-mvpUse for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.Use for all issues/PRs that do not belong to the MVP release. Will be implement post-MVP.priority:P2-normalNormal priority; plan within the current milestone.Normal priority; plan within the current milestone.status:triageNewly filed or uncategorized. Needs initial review, labeling, and priority assignment.Newly filed or uncategorized. Needs initial review, labeling, and priority assignment.
Projects
StatusShow more project fields
Todo
Problem / context
MVP uses a servlet-based Cognito flow for speed. For robustness and standardized security, migrate to Spring Security OIDC, put user in SecurityContext, and secure routes centrally.
Proposed solution
In scope / Out of scope
In scope
Out of scope
Acceptance criteria
Area
area:security
Dependencies / related issues
Relates to: Issue #10 - Protect Routes and Challenge Data - Supersedes: Issue #8 - Authentication (MVP) for long-term auth strategy
Checklist