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: authentication-personalization/authentication-setup.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ Your documentation is hosted at `docs.foo.com` and your team uses the dashboard
106
106
***Scopes**: Permissions to request. Use multiple scopes if you need different access levels.
107
107
***Token URL**: Your OAuth token exchange endpoint.
108
108
***Info API URL** (optional): Endpoint to retrieve user info for personalization. If omitted, the OAuth flow will only be used to verify identity and the user info will be empty.
109
+
***Logout URL**: The native logout URL for your OAuth provider. If your provider has a `returnTo` or similar parameter, point it back to your docs URL.
109
110
4. Select **Save changes**.
110
111
</Step>
111
112
<Steptitle="Configure your OAuth server.">
@@ -131,6 +132,7 @@ Your documentation is hosted at `foo.com/docs` and you have an existing OAuth se
131
132
-**Scopes**: `['docs-user-info']`
132
133
-**Token URL**: `https://auth.foo.com/exchange`
133
134
-**Info API URL**: `https://api.foo.com/docs/user-info`
0 commit comments