opendevstack / opendevstack/ods-provisioning-app
Migrate oauth configuration to OAuth 2.0 and Spring Security 5
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14
- Forks
- 20
- Avg merge
- 3h 35m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
Used annotation "@EnableOAuth2Client" is marked and deprecated. We need to migrate to the new implementation. Migration details:
https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide
Describe the solution you'd like
Migration details:
https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked OAuth 2.0 Migration Guide and search the repository for @EnableOAuth2Client and its related configuration. Replace the deprecated configuration with the Spring Security 5 OAuth 2.0 implementation, then verify that the provisioning app still authenticates successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- authentication, backend, security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100