Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth refactor: update models #2721

Open
2 tasks
thekaveman opened this issue Mar 7, 2025 · 0 comments
Open
2 tasks

OAuth refactor: update models #2721

thekaveman opened this issue Mar 7, 2025 · 0 comments
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc.

Comments

@thekaveman
Copy link
Member

Currently

  • ClaimsProvider holds configuration related to the IdG connection
  • EnrollmentFlow holds configuration related to the specific claims request to IdG

Refactor

Acceptance criteria

  • Use the new models in all cases where the existing models are used but there is overlap in behavior/fields
  • Create data migrations to avoid loss of configuration data
@thekaveman thekaveman added back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc. labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Django views, sessions, middleware, models, migrations etc. chore Chores and tasks for code cleanup, dev experience, etc.
Projects
Status: Todo
Development

No branches or pull requests

1 participant