irods-contrib / irods_auth_plugin_openid

Other
2 stars 2 forks source link

Use token microservice to handle acquiring, storage, and refreshing of oauth2 tokens #6

Closed theferrit32 closed 6 years ago

theferrit32 commented 6 years ago

Delegate operations to this service: https://github.com/heliumdatacommons/auth_microservice

Update server_config schema under plugin_configuration to

"authentication": {
    "openid": {
        "token_service": "https://<token-service-host>",
        "token_service_key": "<generated-key>"
    }
},