Skip to content

Commit

Permalink
Merge branch 'fix-oidc-authlib-docs' into 'main'
Browse files Browse the repository at this point in the history
Fix OIDC_AUTHLIB_OAUTH_CLIENTS format in docs

See merge request reportcreator/reportcreator!745
  • Loading branch information
MWedl committed Nov 4, 2024
2 parents 74e1d6a + 060b986 commit 5ae0043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/users/oidc-generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Create your OIDC configuration for SysReptor...
```

```env
OIDC_AUTHLIB_OAUTH_CLIENTS='"<your provider name>": {"label": "<human readable provider name>",...''
OIDC_AUTHLIB_OAUTH_CLIENTS='{"<your provider name>": {"label": "<human readable provider name>",...}}'
```

## Limitations
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/users/oidc-keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Create your OIDC configuration for SysReptor...
...and add it to your `app.env`:

```env
OIDC_AUTHLIB_OAUTH_CLIENTS='"keycloak": {"label": "Keycloak",...''
OIDC_AUTHLIB_OAUTH_CLIENTS='{"keycloak": {"label": "Keycloak",...}}'
```

## Limitations
Expand Down

0 comments on commit 5ae0043

Please sign in to comment.