3959 Commits (64a7b160fc7fd4d051ff6efed099eeceea30fe1e)
 

Author SHA1 Message Date
Vladyslav_Prykhodko 64a7b160fc Add license header 6 years ago
vzikratyi b732171611 Removed cache from OAuth2Service 6 years ago
vzikratyi b9b8b49aef Get OAuth2Params from DB (not cache) 6 years ago
vzikratyi 201ffebc5a Renamed lock in OAuth2Service 6 years ago
vzikratyi 7d5ceaf311 Removed condition on creating ClientRegistrationRepo 6 years ago
vzikratyi 909a989e14 Removed authorizationGrantType from ClientRegistration 6 years ago
vzikratyi a2bf3d687f Added tests for OAuth2Service 6 years ago
vzikratyi 328c827744 Made method 'getAllOAuth2Params' public 6 years ago
vzikratyi c30e8b3a2d Added method to delete system oauth2 config 6 years ago
vzikratyi 0c7cd1297c Moved static fields and methods to Util class 6 years ago
vzikratyi 0149c4b652 Get System OAuth2 config without tenantId 6 years ago
vzikratyi d22237796e Allow to pass several domains for oauth2 config (for sys_admin only) 6 years ago
vzikratyi 997821591a Fix work with cacheWriteLock in saveTenantOAuth2 method 6 years ago
vzikratyi 9c7f82e91e Set parent tenant id in OAuth2ClientMapper 6 years ago
vzikratyi a4355ace28 Added reading old system settings before saving new 6 years ago
vzikratyi 235dc0292c Small refactoring 6 years ago
vzikratyi 55a2fe890e Added method to load oauth2 config with tenantId 6 years ago
vzikratyi f2a9939e88 Fixed bug 6 years ago
vzikratyi 84a06e65fa Added removing full OAuth2 config on tenant deletion 6 years ago
vzikratyi 32b9f58997 Refactored 6 years ago
vzikratyi 1628f79873 Returned reading system OAuth2 config from DB (for startup cache filling) 6 years ago
vzikratyi 3a21235593 Added saving TenantOAuth2 config in cache 6 years ago
vzikratyi 5f1de39fdd Refactored saving system and tenant OAuth2 config 6 years ago
vzikratyi 2d42d4e3fd Added saving SystemOAuth2 config in cache 6 years ago
vzikratyi 8e1e1ec3eb Get OAuth2Params from cache (not DB) 6 years ago
vzikratyi 7bedf10bd2 Load all OAuth2 config in cache on startup 6 years ago
vzikratyi ba0f8a8ea5 Updated loading AttributeKvEntity by attribute_key 6 years ago
viktor b3050b9aa5 Init cache on start-up 6 years ago
viktor db617b404e Configured permissions for oauth feature 6 years ago
viktor e650cb0c24 Added reading attributes by attribute_key 6 years ago
viktor 1d56a1937b Added license headers to new classes 6 years ago
viktor 79cd0c273e Implemented OAuth2Controller 6 years ago
viktor 6a2bc5a9ff Implemented 'getOAuth2Clients' method 6 years ago
viktor 5a00973b47 Implemented part of OAuth2Service 6 years ago
viktor c3c889bbbf Added 'deleteAdminSettingByKey' method to AdminSettingsService 6 years ago
viktor 334361577f Changed OAuth2Service, clear Tenant oauth2 config on deletion 6 years ago
viktor b20b032f0b Added saveSystemOAuth2ClientRegistration method 6 years ago
vzikratyi ac8cfebe31 Removed .yml oauth2 configs 6 years ago
vzikratyi a6eefa903e Added required methods to OAuth2Service 6 years ago
vzikratyi 6e7d0c633f Small refactoring 6 years ago
vzikratyi 7fcf8a9894 Removed oauth2 entities from DB 6 years ago
vzikratyi 4d2813be85 Added controller + fixes [almost working version] 6 years ago
vzikratyi 7c092c38ea Removed unused ClientRegistrationRepository bean creation 6 years ago
vzikratyi de7c43d92b Renamed 'user_name_attribute' to 'user_name_attribute_name' 6 years ago
vzikratyi 5586eed4b7 Created HybridClientRegistrationRepository 6 years ago
vzikratyi f0a68ff9b6 Use ClientRegistration dao to load oauth2 configs 6 years ago
vzikratyi 6ad3de83b7 Moved getting ClientInfo to OAuth2Service 6 years ago
vzikratyi a4a05fcf30 Refactored 'getClientByRegistrationId' 6 years ago
vzikratyi d5abe337be Added OAuth2ClientRegistrationService 6 years ago
vzikratyi 7ea9b1a4d1 Refactored OAuth2Dao 6 years ago