-
Notifications
You must be signed in to change notification settings - Fork 827
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
Move OAuth2 Core Server Classes to UAA namespace #2813
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1de14bd - Browse repository at this point
Copy the full SHA 1de14bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879185a - Browse repository at this point
Copy the full SHA 879185aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fb739 - Browse repository at this point
Copy the full SHA 48fb739View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e377d - Browse repository at this point
Copy the full SHA d7e377dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03b7b5 - Browse repository at this point
Copy the full SHA e03b7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ae660 - Browse repository at this point
Copy the full SHA 87ae660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240ef29 - Browse repository at this point
Copy the full SHA 240ef29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5581fed - Browse repository at this point
Copy the full SHA 5581fedView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2bd4a9 - Browse repository at this point
Copy the full SHA c2bd4a9View commit details -
Merge remote-tracking branch 'origin/develop' into eol/oauth2/client-…
…persistency-move
Configuration menu - View commit details
-
Copy full SHA for 4358051 - Browse repository at this point
Copy the full SHA 4358051View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd79a9e - Browse repository at this point
Copy the full SHA fd79a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774a56d - Browse repository at this point
Copy the full SHA 774a56dView commit details -
Merge remote-tracking branch 'origin/develop' into eol/oauth2/client-…
…persistency-move
Configuration menu - View commit details
-
Copy full SHA for f518835 - Browse repository at this point
Copy the full SHA f518835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77eeeb9 - Browse repository at this point
Copy the full SHA 77eeeb9View commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80b9ae1 - Browse repository at this point
Copy the full SHA 80b9ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57fd5e - Browse repository at this point
Copy the full SHA b57fd5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8a1e5 - Browse repository at this point
Copy the full SHA 1b8a1e5View commit details
Commits on Apr 3, 2024
-
Move OAuth2 Core Server classes
- Endpoints for OAuth2 - main OIDC endpoints are in UAA implemented - Core-Beans for Server start - Client Token - Server Annotation forking (workaround for now) - OPEN. Client Annotation
Configuration menu - View commit details
-
Copy full SHA for 7e4bf8b - Browse repository at this point
Copy the full SHA 7e4bf8bView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a48db7a - Browse repository at this point
Copy the full SHA a48db7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4a34b - Browse repository at this point
Copy the full SHA 3a4a34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e651346 - Browse repository at this point
Copy the full SHA e651346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f4b48 - Browse repository at this point
Copy the full SHA 29f4b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82eec38 - Browse repository at this point
Copy the full SHA 82eec38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f964f - Browse repository at this point
Copy the full SHA 10f964fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee04066 - Browse repository at this point
Copy the full SHA ee04066View commit details
Commits on Apr 5, 2024
-
- remove csrf disable because we dont use this init and codeql dont like it
Configuration menu - View commit details
-
Copy full SHA for da732c2 - Browse repository at this point
Copy the full SHA da732c2View commit details -
Remove AuthorizationEndpoint.java because UAA has its own implementation
Configuration menu - View commit details
-
Copy full SHA for baca9d1 - Browse repository at this point
Copy the full SHA baca9d1View commit details -
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/client-persistency-move
Configuration menu - View commit details
-
Copy full SHA for 83b60c8 - Browse repository at this point
Copy the full SHA 83b60c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85f92e - Browse repository at this point
Copy the full SHA c85f92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592f32b - Browse repository at this point
Copy the full SHA 592f32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d75b43f - Browse repository at this point
Copy the full SHA d75b43fView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 052dc1a - Browse repository at this point
Copy the full SHA 052dc1aView commit details -
Merge remote-tracking branch 'refs/remotes/origin/eol/oauth2/client-p…
…ersistency-move' into eol/oauth2/core-server # Conflicts: # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/RemoteTokenServices.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManager.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenServices.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UserManagedAuthzApprovalHandler.java # server/src/main/java/org/cloudfoundry/identity/uaa/user/UaaUserApprovalHandler.java # server/src/main/java/org/cloudfoundry/identity/uaa/zone/MultitenantClientServices.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/AccessControllerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/CheckTokenEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/DeprecatedUaaTokenServicesTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/RefreshRotationTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenTestSupport.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManagerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenStoreTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaUserApprovalHandlerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UserManagedAuthzApprovalHandlerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/event/ClientAdminEventPublisherTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/expression/IsSelfCheckTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/JwtTokenGranterTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/PkceEnhancedAuthorizationCodeTokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/Saml2TokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/UserTokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/security/beans/DefaultSecurityContextAccessorTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/test/TestAccountSetup.java # server/src/test/java/org/cloudfoundry/identity/uaa/test/UaaTestAccounts.java # server/src/test/java/org/cloudfoundry/identity/uaa/zone/MultitenantJdbcClientDetailsServiceTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/IntrospectEndpointIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/SamlLoginIT.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/TokenEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenMvcMockTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenServicesTests.java
Configuration menu - View commit details
-
Copy full SHA for e7ecab5 - Browse repository at this point
Copy the full SHA e7ecab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ec930 - Browse repository at this point
Copy the full SHA 00ec930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a78bf - Browse repository at this point
Copy the full SHA 16a78bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e4895 - Browse repository at this point
Copy the full SHA 21e4895View commit details -
Configuration menu - View commit details
-
Copy full SHA for a885d2f - Browse repository at this point
Copy the full SHA a885d2fView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92abddf - Browse repository at this point
Copy the full SHA 92abddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b29275 - Browse repository at this point
Copy the full SHA 1b29275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b86935 - Browse repository at this point
Copy the full SHA 2b86935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcac4f - Browse repository at this point
Copy the full SHA 8dcac4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 009fae1 - Browse repository at this point
Copy the full SHA 009fae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8553f04 - Browse repository at this point
Copy the full SHA 8553f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a62c68 - Browse repository at this point
Copy the full SHA 3a62c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6d627 - Browse repository at this point
Copy the full SHA ee6d627View commit details -
Configuration menu - View commit details
-
Copy full SHA for d71359b - Browse repository at this point
Copy the full SHA d71359bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d91bdd - Browse repository at this point
Copy the full SHA 8d91bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40881f1 - Browse repository at this point
Copy the full SHA 40881f1View commit details
Commits on Apr 11, 2024
-
Merge branch 'develop' of github.com:cloudfoundry/uaa into eol/oauth2…
…/core-server # Conflicts: # model/src/main/java/org/cloudfoundry/identity/uaa/client/InMemoryClientDetailsService.java # model/src/main/java/org/cloudfoundry/identity/uaa/client/UaaClientDetails.java # model/src/main/java/org/cloudfoundry/identity/uaa/oauth/client/ClientDetailsModification.java # server/src/main/java/org/cloudfoundry/identity/uaa/account/EmailAccountCreationService.java # server/src/main/java/org/cloudfoundry/identity/uaa/account/EmailChangeEmailService.java # server/src/main/java/org/cloudfoundry/identity/uaa/account/ProfileController.java # server/src/main/java/org/cloudfoundry/identity/uaa/account/UaaResetPasswordService.java # server/src/main/java/org/cloudfoundry/identity/uaa/approval/ApprovalService.java # server/src/main/java/org/cloudfoundry/identity/uaa/authentication/WhitelistLogoutHandler.java # server/src/main/java/org/cloudfoundry/identity/uaa/authentication/manager/AutologinAuthenticationManager.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/ClientAdminBootstrap.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/ClientAdminEndpoints.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/ClientAdminEndpointsValidator.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/ClientInfoEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/JdbcQueryableClientDetailsService.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/UaaClientDetailsUserDetailsService.java # server/src/main/java/org/cloudfoundry/identity/uaa/client/event/AbstractClientAdminEvent.java # server/src/main/java/org/cloudfoundry/identity/uaa/invitations/EmailInvitationsService.java # server/src/main/java/org/cloudfoundry/identity/uaa/login/LoginInfoEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/AccessController.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/RemoteTokenServices.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationEndpoint.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManager.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenServices.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/UserManagedAuthzApprovalHandler.java # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/openid/IdTokenGranter.java # server/src/main/java/org/cloudfoundry/identity/uaa/user/UaaUserApprovalHandler.java # server/src/main/java/org/cloudfoundry/identity/uaa/util/JwtTokenSignedByThisUAA.java # server/src/main/java/org/cloudfoundry/identity/uaa/zone/IdentityZoneEndpoints.java # server/src/main/java/org/cloudfoundry/identity/uaa/zone/MultitenantClientServices.java # server/src/main/java/org/cloudfoundry/identity/uaa/zone/MultitenantJdbcClientDetailsService.java # server/src/main/java/org/cloudfoundry/identity/uaa/zone/ZoneEndpointsClientDetailsValidator.java # server/src/test/java/org/cloudfoundry/identity/uaa/audit/event/SystemDeletableTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/authentication/UaaClientAuthenticationProviderTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/client/ClientAdminBootstrapTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/client/ClientAdminEndpointsTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/client/ClientAdminEndpointsValidatorTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/invitations/EmailInvitationsServiceTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/login/EmailAccountCreationServiceTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/login/UaaResetPasswordServiceTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/AccessControllerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ApprovalServiceTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/CheckTokenEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ClientInfoEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/DeprecatedUaaTokenServicesTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/RefreshRotationTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenTestSupport.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenValidationServiceTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationEndpointParamaterizedTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaAuthorizationRequestManagerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenStoreTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaUserApprovalHandlerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/UserManagedAuthzApprovalHandlerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ZoneEndpointsClientDetailsValidatorTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/beans/LegacyRedirectResolverTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/beans/RedirectResolverTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/event/ClientAdminEventPublisherTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/expression/IsSelfCheckTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/openid/IdTokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/JwtTokenGranterTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/PkceEnhancedAuthorizationCodeTokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/Saml2TokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/token/UserTokenGranterTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/scim/endpoints/ChangeEmailEndpointsMockMvcTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/security/beans/DefaultSecurityContextAccessorTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/test/TestAccountSetup.java # server/src/test/java/org/cloudfoundry/identity/uaa/test/UaaTestAccounts.java # server/src/test/java/org/cloudfoundry/identity/uaa/test/ZoneSeeder.java # server/src/test/java/org/cloudfoundry/identity/uaa/util/JwtTokenSignedByThisUAATest.java # server/src/test/java/org/cloudfoundry/identity/uaa/zone/InMemoryMultitenantClientServices.java # server/src/test/java/org/cloudfoundry/identity/uaa/zone/MultitenantJdbcClientDetailsServiceTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/client/ClientMetadataAdminEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/ClientAdminEndpointsIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/IdentityZoneEndpointsIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/IntrospectEndpointIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/LdapIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/PasswordGrantIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/ScimGroupEndpointsIntegrationTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/InvitationsIT.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/OIDCLoginIT.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/ResetPasswordIT.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/SamlLoginIT.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/util/IntegrationTestUtils.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/invitations/InvitationsEndpointMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/InvitationsServiceMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/LoginMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/TokenEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/audit/AuditCheckMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/clients/AdminClientCreator.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/clients/ClientAdminEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/clients/ClientAdminEndpointsMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/ldap/AbstractLdapMockMvcTest.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/password/PasswordChangeEndpointMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/providers/IdentityProviderEndpointsMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/saml/SamlAuthenticationMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/saml/SamlKeyRotationMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/JwtBearerGrantMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/RefreshTokenMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenKeyEndpointMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenMvcMockTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/UserTokenMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/util/MockMvcUtils.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/zones/IdentityZoneEndpointsMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/zones/IdentityZoneSwitchingFilterMockMvcTest.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/oauth/UaaTokenServicesTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/performance/LoginPagePerformanceMockMvcTest.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimGroupEndpointsMockMvcTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimUserEndpointsMockMvcTests.java
Configuration menu - View commit details
-
Copy full SHA for 4d8091e - Browse repository at this point
Copy the full SHA 4d8091eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb084f4 - Browse repository at this point
Copy the full SHA fb084f4View commit details -
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/core-server
Configuration menu - View commit details
-
Copy full SHA for 14408ac - Browse repository at this point
Copy the full SHA 14408acView commit details
Commits on Apr 18, 2024
-
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/core-server # Conflicts: # dependencies.gradle # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenMvcMockTests.java
Configuration menu - View commit details
-
Copy full SHA for c96f004 - Browse repository at this point
Copy the full SHA c96f004View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 182b76a - Browse repository at this point
Copy the full SHA 182b76aView commit details -
CompositeAccessTokenDeserializer and CompositeAccessTokenSerializer were forked in past already. Re-use them now
Configuration menu - View commit details
-
Copy full SHA for 4ff68f4 - Browse repository at this point
Copy the full SHA 4ff68f4View commit details -
UAA exceptions and related classes were forked in past already. Re-use them now UaaException now is parent of OAuth2 generic exceptions Therefore adopt some tests to retrieve the oauth2 specific exception instead of generic one.
Configuration menu - View commit details
-
Copy full SHA for 58871ba - Browse repository at this point
Copy the full SHA 58871baView commit details -
could have been done in oauth2 library... however do it now
Configuration menu - View commit details
-
Copy full SHA for 6926e33 - Browse repository at this point
Copy the full SHA 6926e33View commit details -
PkceEnhancedAuthorizationCodeTokenGranter uses duplicated code from AuthorizationCodeTokenGranter
Configuration menu - View commit details
-
Copy full SHA for 1f0db2c - Browse repository at this point
Copy the full SHA 1f0db2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 481bddd - Browse repository at this point
Copy the full SHA 481bdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee6eb8 - Browse repository at this point
Copy the full SHA 8ee6eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e46dc79 - Browse repository at this point
Copy the full SHA e46dc79View commit details -
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/core-server
Configuration menu - View commit details
-
Copy full SHA for fa2de12 - Browse repository at this point
Copy the full SHA fa2de12View commit details -
Configuration menu - View commit details
-
Copy full SHA for feaa681 - Browse repository at this point
Copy the full SHA feaa681View commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b8d455 - Browse repository at this point
Copy the full SHA 7b8d455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec5696 - Browse repository at this point
Copy the full SHA 7ec5696View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2aea40 - Browse repository at this point
Copy the full SHA a2aea40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54e6d5 - Browse repository at this point
Copy the full SHA d54e6d5View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2666139 - Browse repository at this point
Copy the full SHA 2666139View commit details -
Forked because of #1462 We have now AlphanumericRandomValueStringGenerator and will get the other one. For tests go with AlphanumericRandomValueStringGenerator
Configuration menu - View commit details
-
Copy full SHA for ed99842 - Browse repository at this point
Copy the full SHA ed99842View commit details -
Merge branch 'refs/heads/Refactor-Test-Random-Generator' into eol/oau…
…th2/core-server # Conflicts: # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ClientAccessTokenValidityTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ClientRefreshTokenValidityTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/expression/IsSelfCheckTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/zone/MultitenantJdbcClientDetailsServiceTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/TokenEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenMvcMockTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimUserLookupMockMvcTests.java
Configuration menu - View commit details
-
Copy full SHA for f20bf47 - Browse repository at this point
Copy the full SHA f20bf47View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c1e912 - Browse repository at this point
Copy the full SHA 8c1e912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caa33b - Browse repository at this point
Copy the full SHA 3caa33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6832b76 - Browse repository at this point
Copy the full SHA 6832b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d10ec - Browse repository at this point
Copy the full SHA 70d10ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8179a37 - Browse repository at this point
Copy the full SHA 8179a37View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55b1e84 - Browse repository at this point
Copy the full SHA 55b1e84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9061268 - Browse repository at this point
Copy the full SHA 9061268View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b4ff7 - Browse repository at this point
Copy the full SHA b6b4ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dae9f - Browse repository at this point
Copy the full SHA b8dae9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f4acb - Browse repository at this point
Copy the full SHA b8f4acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4b276 - Browse repository at this point
Copy the full SHA 2d4b276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 062588d - Browse repository at this point
Copy the full SHA 062588dView commit details -
Changed interfaces without wildcards The interfaces now belong to UAA
Configuration menu - View commit details
-
Copy full SHA for 3f14601 - Browse repository at this point
Copy the full SHA 3f14601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4658686 - Browse repository at this point
Copy the full SHA 4658686View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64ae6ca - Browse repository at this point
Copy the full SHA 64ae6caView commit details -
Remove duplicate from spring-security-oauth2
Uaa has forked this class in the past, re-use it now
Configuration menu - View commit details
-
Copy full SHA for 776dd5e - Browse repository at this point
Copy the full SHA 776dd5eView commit details -
Refactor: use UaaAuthorizationRequestManager as central OAuth2Request…
…Factory Use IdentityZoneManager Remove internal OAuth2RequestFactory proxy
Configuration menu - View commit details
-
Copy full SHA for 4e561c1 - Browse repository at this point
Copy the full SHA 4e561c1View commit details
Commits on May 1, 2024
-
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/core-server # Conflicts: # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ClientAccessTokenValidityTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/ClientRefreshTokenValidityTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/TokenRevocationEndpointTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/oauth/expression/IsSelfCheckTest.java # server/src/test/java/org/cloudfoundry/identity/uaa/zone/MultitenantJdbcClientDetailsServiceTests.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/login/TokenEndpointDocs.java # uaa/src/test/java/org/cloudfoundry/identity/uaa/mock/token/TokenMvcMockTests.java
Configuration menu - View commit details
-
Copy full SHA for 51fdd1a - Browse repository at this point
Copy the full SHA 51fdd1aView commit details
Commits on May 4, 2024
-
Move tests from spring-security-oauth2 into UAA (#2843)
* Move tests from spring-security-oauth2 into UAA Test coverage should help to identity if we need the coding or not. Coding, which is not covered should be checked in Unit and Integration Tests and should be removed if not really used. * More Tests * Extended exception tests * more tests for client grant flows * More tests * Added tests for XML configuration * Added tests for InMemoryTokenStore * More Tests * Move tests for oauth2 authentication * Tests for OAuth2 expression parser * Token Endpoint Tests * Exception handling tests * More tests for new coding * More tests * More tests * Test coverage * Test coverage * Add test for InMemory code service. Used in tests * Refactor tests * Add client scopes for test fix * Add test * Fix test Coverage * Fix test * Test added * Test coverage * Test coverage
Configuration menu - View commit details
-
Copy full SHA for e183689 - Browse repository at this point
Copy the full SHA e183689View commit details
Commits on May 7, 2024
-
Merge remote-tracking branch 'refs/remotes/origin/develop' into eol/o…
…auth2/core-server # Conflicts: # server/src/test/java/org/cloudfoundry/identity/uaa/scim/jdbc/JdbcScimGroupExternalMembershipManagerTests.java # server/src/test/java/org/cloudfoundry/identity/uaa/scim/jdbc/JdbcScimGroupProvisioningTests.java
Configuration menu - View commit details
-
Copy full SHA for 02562b9 - Browse repository at this point
Copy the full SHA 02562b9View commit details -
Merge remote-tracking branch 'origin/eol/oauth2/core-server' into eol…
…/oauth2/core-server
Configuration menu - View commit details
-
Copy full SHA for 1b327c9 - Browse repository at this point
Copy the full SHA 1b327c9View commit details -
re-generated the serialVersionUID values
Used intellij which offers this in extras
Configuration menu - View commit details
-
Copy full SHA for 334c701 - Browse repository at this point
Copy the full SHA 334c701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74887af - Browse repository at this point
Copy the full SHA 74887afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81aa3d0 - Browse repository at this point
Copy the full SHA 81aa3d0View commit details
Commits on May 8, 2024
-
Refactor dependency to commons-codec
commons-codec is used / needed in uaa.war, so it comes because of different dependencies Thought before we dont need it, therefore removed the CHUCK SIZE constant. Revert JsonWebKey changes
Configuration menu - View commit details
-
Copy full SHA for 2ede9dc - Browse repository at this point
Copy the full SHA 2ede9dcView commit details -
this ID was used before and changed accidentially
Configuration menu - View commit details
-
Copy full SHA for 8e5e3df - Browse repository at this point
Copy the full SHA 8e5e3dfView commit details