This repository was archived by the owner on May 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,12 +135,13 @@ Validating Tokens in Pilot Jobs
135135
136136If an incoming (pre-routed) pilot on a CE has a token, it will have the following classad attributes:
137137
138- | Attribute | Meaning |
139- | ------------------| -------------------------------------|
140- | AuthTokenId | A UUID of the token |
141- | AuthTokenIssuer | The URL of the issuer of the token |
142- | AuthTokenScopes | Any scope restrictions on the token |
143- | AuthTokenSubject | The 'sub' field of the token |
138+ | Attribute | Meaning |
139+ | ------------------| --------------------------------------|
140+ | AuthTokenId | A UUID of the token |
141+ | AuthTokenIssuer | The URL of the issuer of the token |
142+ | AuthTokenScopes | Any scope restrictions on the token |
143+ | AuthTokenSubject | The ` sub ` claim of the token |
144+ | AuthTokenGroups | The ` wlcg.groups ` claim of the token |
144145
145146(A pre-routed job is a job without ` RoutedJob=True ` in its classad.)
146147
You can’t perform that action at this time.
0 commit comments