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/workspaces-and-teamwork/oauth/generic-oauth-provider.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Some providers do only support OAuth - but not (yet?) OpenID. This means that th
171
171
172
172
At your IDM you would need to prepare an OAuth Client resp. a OAuth Client Application. There are multiple settings.
173
173
174
-
* Redirect URL. Here you enter your domain of your installation like **http://localhost:3000** or **https://app.lowcoder.cloud**
174
+
* Redirect URL. Here you enter your domain (origin) of your installation like **http://localhost:3000** or **https://app.lowcoder.cloud and add the path:**`{origin}/user/auth/oauth/redirect`
175
175
* Scopes: You should set the following Scopes if possible. **offline\_access** and **profile** are important.
0 commit comments