Skip to content

Commit

Permalink
Update OAuth documentation to correctly reference auth_code provider (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwiley authored and philippjfr committed May 31, 2024
1 parent 0dd8612 commit b8fc7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/authentication/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ or in Python:
pn.serve(app, oauth_extra_params={'tenant_id': ...}, ...)
```

The `oauth_extra_params` can also be used to provide the authentication URLs for the `'generic'`, `'password'`, and `'code'` OAuth providers. Specifically you can provide a `'AUTHORIZE_URL'`, `'TOKEN_URL'` and `'USER_URL'` as extra parameters. Lastly it may be used to define the [scopes](#Scopes).
The `oauth_extra_params` can also be used to provide the authentication URLs for the `'generic'`, `'password'`, and `'auth_code'` OAuth providers. Specifically you can provide a `'AUTHORIZE_URL'`, `'TOKEN_URL'` and `'USER_URL'` as extra parameters. Lastly it may be used to define the [scopes](#Scopes).

## `cookie_secret`

Expand Down

0 comments on commit b8fc7f4

Please sign in to comment.