If my connection app try to renew the token, it get an eror at class "OAuth2Handler" in method "protected AccessToken _renewToken(AccessToken token)"
{"error_description":"CWOAU0030E: An invalid HTTP method was used at the token endpoint: GET","error":"invalid_request"}
My token URL look good (?)
https://[server]/oauth2/endpoint/connectionsProvider/token
Have anybody an idea?