You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/usage/config.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ See specific example [configurations for your provider](/docs/category/providers
33
33
-**clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](/docs/client-secrets)
34
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.
35
35
-**scopes** - (`array<string>`) the scopes for your token, e.g. `['email', 'offline_access']`.
36
+
-**claims** - (`object`) the requested claims for your token, e.g. ` { "id_token": { "given_name": null } }`.
36
37
-**additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
37
38
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
38
39
`hello=world&foo=bar` to the authorization request.
0 commit comments