Skip to content

Commit 475ee4c

Browse files
Update content/4.auth/7.sso/2.seamless.md
Co-authored-by: Kevin Lewis <[email protected]>
1 parent 69acd11 commit 475ee4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/4.auth/7.sso/2.seamless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ On your client, the login button should conform to the following format:
4141
>
4242
```
4343

44-
In the above, `https://directus.myserver.com` should be the address of your Directus instance, while `https://client.myserver.com/login` should be the address of your client application. The `/login` path is not necessary, but helps to separate concerns.
44+
Replace `https://directus.myserver.com` with the address of your Directus instance, while `https://client.myserver.com/login` should be the address of your client application. The `/login` path is not necessary, but helps to separate concerns.
4545

4646
On your login page, following the example of `https://client.myserver.com/login`, you need to call the refresh
4747
endpoint either via REST API or via SDK in order to have a session cookie or an `access_token`. Here are some

0 commit comments

Comments
 (0)