-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Master, 1.0-portal_7.1.0
-
Fix Version/s: 1.1-marketplace_7.1.0
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Git Pull Request:
Using authorize code grant flow to get a token, using default configuration, results in a message
WARN [http-nio-8080-exec-12][AbstractOAuthService:88] Code expiry time exceeds 10 minutes
being logged to the console.
The problem is that CXF default to 3600 seconds and later complaints if that number is higher that 600.
We need to provide a configuration for that with sensible defaults that do not produce errors.