Jump to:
Description
This page links to recipes for using JWT-style token authentication.- HTCondor Token authentication between the user collector and glideins running on a CE
- SciToken authentication between a Factory and CE Head Node
Requirements for Token Authorization
Requirement | Description |
GWMS Factory Version >= 3.7.1 | The Factory can be either a fresh install from yum/RPM or a yum upgrade, as long as it meets the version requirements. |
GWMS Frontend Version >= 3.7.1 | The Frontend, like the Factory, can be made to meet version requirements via either a fresh install or upgrade. |
HTCondor Version >= 8.9.5 | HTCondor that the Frontend uses must be a token supporting release. The HTCondor tarballs delivered by Factory entry points also need to be a token supporting release. It is not necessary to upgrade the main Factory HTCondor as long as the GlideinWMS version of the factory complies with the >= 3.7.1 requirement. |
Useful Links
- JWT Specification What exactly is a token anyway?