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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ See specific example [configurations for your provider](/docs/category/providers
31
31
-**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.
32
32
-**clientId** - (`string`) _REQUIRED_ your client id on the auth server
33
33
-**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.
35
35
-**scopes** - (`array<string>`) the scopes for your token, e.g. `['email', 'offline_access']`.
36
36
-**additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
37
37
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
0 commit comments