feat(oidc): Switch API from Drupal OAuth to use Keycloak in its place
As part of the migration away from drupal auth, openvsx is one of the 3 remaining services that use the oauth server in the API stack. With only 1 main consumer, this should be a relatively simple switch over.
parent
dc7a830c
No related branches found
No related tags found
Showing
- pom.xml 17 additions, 2 deletionspom.xml
- src/main/java/org/eclipsefoundation/openvsx/resources/ProfileResource.java 27 additions, 8 deletions.../eclipsefoundation/openvsx/resources/ProfileResource.java
- src/main/java/org/eclipsefoundation/openvsx/resources/PublisherAgreementResource.java 97 additions, 52 deletions...ndation/openvsx/resources/PublisherAgreementResource.java
- src/main/resources/application.properties 2 additions, 5 deletionssrc/main/resources/application.properties
- src/test/java/org/eclipsefoundation/openvsx/resources/ProfileResourceTest.java 11 additions, 17 deletions...ipsefoundation/openvsx/resources/ProfileResourceTest.java
- src/test/java/org/eclipsefoundation/openvsx/resources/PublisherAgreementResourceTest.java 29 additions, 17 deletions...ion/openvsx/resources/PublisherAgreementResourceTest.java
- src/test/java/org/eclipsefoundation/openvsx/test/api/MockDrupalOAuthAPI.java 0 additions, 116 deletions...clipsefoundation/openvsx/test/api/MockDrupalOAuthAPI.java
- src/test/resources/application.properties 4 additions, 9 deletionssrc/test/resources/application.properties
Please register or sign in to comment