Skip to content

Commit ae5fa46

Browse files
authored
Update config.md (#1012)
1 parent 8d2f1e7 commit ae5fa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/usage/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See specific example [configurations for your provider](/docs/category/providers
3131
- **endSessionEndpoint** - (`string`) fully formed url to your OpenID Connect end session endpoint. If you want to be able to end a user's session and no `issuer` is specified, this field is mandatory.
3232
- **clientId** - (`string`) _REQUIRED_ your client id on the auth server
3333
- **clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](/docs/client-secrets)
34-
- **redirectUrl** - (`string`) _REQUIRED_ the url that links back to your app with the auth code
34+
- **redirectUrl** - (`string`) _REQUIRED_ the url that links back to your app with the auth code. Depending on your [provider](/docs/category/providers), you may find that you need to add a trailing slash to your redirect URL.
3535
- **scopes** - (`array<string>`) the scopes for your token, e.g. `['email', 'offline_access']`.
3636
- **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
3737
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add

0 commit comments

Comments
 (0)