Skip to content

Commit 9eba099

Browse files
committed
Update oauth2 redirect URL to be the user facing starting point
1 parent e7e7af0 commit 9eba099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Once you have been added as an OAuth2 provider, you can use the following docume
155155

156156
For users to grant your application access to their SimplyPrint account, you must first redirect them to the SimplyPrint OAuth2 authorization page. You can do this by redirecting the user to the following URL:
157157

158-
`https://api.simplyprint.io/oauth2/Authorize?client_id={client_id}&redirect_uri={redirect_uri}&response_type=code&scope={scope}`
158+
`https://simplyprint.io/panel/oauth2/authorize?client_id={client_id}&redirect_uri={redirect_uri}&response_type=code&scope={scope}`
159159

160160
The following parameters can be supplied as query parameters in the URL:
161161

0 commit comments

Comments
 (0)