logger: Null
plugins:
  "OAuth2::Server":
    clients:
      client1:
        client_secret: secret
        scopes:
          identity: 1
          other: 0
      client2:
        client_secret: secret2
        scopes:
          identity: 1
          other: 1
    authorize_route: /authorize
    access_token_route: /access_token