You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`oauth_client_secret`| Oauth2 Client secret. Either `oauth_client_secret` or `oauth_client_secret_file` must be set. If both are set, `oauth_client_secret_file` is used. | N |
30
+
|`oauth_client_secret_file`| File containing Oauth2 Client secret. Either `oauth_client_secret` or `oauth_client_secret_file` must be set. If both are set, `oauth_client_secret_file` is used. | N |
31
+
|`oauth_token_url`|`token` endpoint url of the Oauth2 server. | Y |
32
+
|`oauth_userinfo_url`|`userinfo` endpoint url of the Oauth2 server. | Y |
33
+
|`oauth_cache_duration`| Cache duration (in seconds) before the plugin request user info from Oauth2 server. `0` by default. | N |
34
+
|`oauth_scopes`| Comma separated list of requested scopes. No scope by default. | N |
0 commit comments