Skip to content

Remove reliance on Spring Security API outside of security package #235

@peterkvokacka-da

Description

@peterkvokacka-da

In AdminApiImpl.createTenantRegistration, we're directly calling Spring Security APIs. This creates a tight coupling to Spring Security, which goes against our goal of keeping things loosely coupled.

Also, please check the rest of the codebase to see if there are other spots where Spring Security is being used directly, and refactor them accordingly.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions