Skip to content

Config file should contain provider dictionary #15

@tarickb

Description

@tarickb

Suggestion from @valinet in #10:

Specify something in the token file like: provider: "google", or provider: "yahoo", and then, in sasl-xoauth2.conf have something like:

  "providers": [
    {
      "provider": "google",
      "client_id": "id_google",
      "client_secret": "secret_google"
    },
    {
      "provider": "yahoo",
      "client_id": "id_yahoo",
      "client_secret": "secret_yahoo"
    }
  ],
  "log_full_trace_on_failure": "yes"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions