Skip to main content

Advanced Features

OAuth 2.0 Endpoint Delayed Start​

The following configuration allows delaying getting key material of upstream OAuth 2.0 server.

      oauth identity provider google {
...
delay_start 5

This would delay querying the upstream server for 5 seconds.

OAuth 2.0 Endpoint Retry Attempts​

The following configuration permits for retries when getting key material of upstream OAuth 2.0 server.

      oauth identity provider google {
...
retry_attempts 3
retry_interval 10

If unsuccessful at reaching a remote OAuth 2.0 server, the plugin would try connecting 2 more times at 10 second intervals.