Closed ahus1 closed 2 years ago
@hmlnarik - I'll keep this in draft mode until the depending PR has been merged. Locally the two modified quickstarts "keycloak-user-storage-properties" and "keycloak-user-storage-jpa-legacy" work now.
While imitating the pattern of other quickstarts, I placed a MANIFEST.MF in the Arquillian test, still it feel strange that a developer wouldn't see this as part of the regular source.
PropertyFileUserStorageProvider had to be extended by a new method, and AFAIK it doesn't make sense to have a default implementation here, developers need to choose between legacy and map storage here.
Please let me know what you think of this PR. Thanks!
Updated PR to reflect latest class name changes around SubjectCredentialManager
.
Relates to keycloak/keycloak#10279
Will be merged once the main PR has been approved and merged.