- Shiked
- 19 Mart 2026 22:18 UTC
- Yazar
- Kamo
- Commit
- 8ba4994
- New OAuthController: /oauth/start (returns authUrl), /oauth/callback (exchanges code, saves tokens), /oauth/status, DELETE /oauth/token - OTKValidationFilter: exclude /api/voip/oauth/callback (browser redirect) - RingCentralProvider: use pre-fetched access token, remove JWT Bearer - PhoneProviderFactory: load OrgOAuthToken from DB, auto-refresh on expiry - ProviderConfigController: remove jwtKey, test uses factory.checkHealth() - application.yml: add oauth-redirect-uri and oauth-success-redirect config - PhoneProviderFactoryTest: update for OAuth token-based flow