Skip to content

Commit

Permalink
README- go.oauth2 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Oct 16, 2020
1 parent 18b9605 commit c8e663b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,7 @@ The Identity Provider IDs used below can be found in the table in the [nektro/go

| Name | Type | Default | Description |
|------|------|---------|-------------|
| `--auth-{IDP-ID}-id` | `string` | none. | Client ID. |
| `--auth-{IDP-ID}-secret` | `string` | none. | Client Secret. |

Alternatively, you may have a `"clients"` field in your `config.json` similar to the one below that specifies your different IDP app configurations.

```json
"clients": [
{
"for": "{IDP-ID}",
"id": "{App-ID}",
"secret": "{App-Secret}"
}
]
```
| `--oauth2-client` | `string[]` | none. | `idp_id|id|secret` |

## Deployment
Pre-compiled binaries can be obtained from https://github.com/nektro/andesite/releases/latest.
Expand Down

0 comments on commit c8e663b

Please sign in to comment.