Additional config options are added oauth.http.retries and oauth.http.retry.pause.millis. The retry mechanism is supported in the clients when fetching the token, in the introspection validator when it connects to the introspection or userinfo endpoint, and in OAuth over PLAIN when the server obtains the token in client's name.
Additional config options are added
oauth.http.retries
andoauth.http.retry.pause.millis
. The retry mechanism is supported in the clients when fetching the token, in the introspection validator when it connects to the introspection or userinfo endpoint, and in OAuth over PLAIN when the server obtains the token in client's name.Signed-off-by: Marko Strukelj marko.strukelj@gmail.com