| Option | OIDC_SCOPE_CLAIM | |
| Description | Claim for OIDC scope. | |
| Default | scope | |
      Authorization attempted via JWT tokens tries to grab user
      information from the user info endpoint if the scope in the access
      token contains any of the following:
      profile,
      email,
      openid. If no such scope is
      located in the token, LogScale will try to extract the username
      from the token and no other user details will be added.
      LogScale extracts the scope claim based on the environment
      variable OIDC_SCOPE_CLAIM.