irods-contrib / irods_auth_plugin_openid

Other
2 stars 2 forks source link

Implement configurable time to wait for a user login to be detected #9

Open theferrit32 opened 6 years ago

theferrit32 commented 6 years ago

Right now it will wait 60 seconds. Move this up to a config option and switch over to a series of poll intervals so as not to exhaust token service threads.

Possibly disable blocking in token service, since two-hop redirects have been implemented there now, and commonsshare will not be using blocking requests.