website/integrations: add account linking note for WriteFreely (#5804)
* Update index.md Added account linking in WriteFreely's backend Signed-off-by: Oliver Pifferi <oliver@pifferi.info> * minor copy changes Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Update website/integrations/services/writefreely/index.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/integrations/services/writefreely/index.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Oliver Pifferi <oliver@pifferi.info> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
parent
8061d32d2d
commit
6741439367
|
@ -7,3 +7,4 @@ coverage
|
||||||
# Import order matters
|
# Import order matters
|
||||||
poly.ts
|
poly.ts
|
||||||
src/locale-codes.ts
|
src/locale-codes.ts
|
||||||
|
src/locales/
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import { create } from "@storybook/theming/create";
|
import { create } from "@storybook/theming/create";
|
||||||
|
|
||||||
|
|
||||||
export default create({
|
export default create({
|
||||||
base: "light",
|
base: "light",
|
||||||
brandTitle: "authentik Storybook",
|
brandTitle: "authentik Storybook",
|
||||||
|
|
|
@ -88,6 +88,12 @@ map_email = email
|
||||||
|
|
||||||
Restart writefreely.service
|
Restart writefreely.service
|
||||||
|
|
||||||
|
## Account linking
|
||||||
|
|
||||||
|
If your usernames in authentik and WriteFreely are different, you might need to link your accounts before being able to use SSO.
|
||||||
|
|
||||||
|
To link the accounts, first log into Writefreely with local credentials, and then navigate to **Customize -->Account Settings**. In the option "Linked Accounts", click on "authentik".
|
||||||
|
|
||||||
## Additional Resources
|
## Additional Resources
|
||||||
|
|
||||||
- https://writefreely.org/docs/latest/admin/config
|
- https://writefreely.org/docs/latest/admin/config
|
||||||
|
|
Reference in New Issue