website/docs: Specify Synology DSM Account type to use#10111
Merged
rissson merged 1 commit intogoauthentik:mainfrom Jun 14, 2024
jannickfahlbusch:patch-1
Merged
website/docs: Specify Synology DSM Account type to use#10111rissson merged 1 commit intogoauthentik:mainfrom jannickfahlbusch:patch-1
rissson merged 1 commit intogoauthentik:mainfrom
jannickfahlbusch:patch-1
Conversation
In order to use the SSO Client with local users, you have to select "Domain/LDAP/local" for the account type. See also: https://kb.synology.com/en-af/DSM/help/DSM/AdminCenter/file_directory_service_sso?version=7 Signed-off-by: Jannick Fahlbusch <git@jf-projects.de>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
rissson
approved these changes
Jun 14, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10111 +/- ##
=======================================
Coverage 92.61% 92.62%
=======================================
Files 711 711
Lines 34905 34905
=======================================
+ Hits 32329 32331 +2
+ Misses 2576 2574 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
kensternberg-authentik
added a commit
that referenced
this pull request
Jun 17, 2024
* main: web: fix early modal stack depletion (#10068) website: bump react-tooltip from 5.26.4 to 5.27.0 in /website (#10129) web: bump @patternfly/elements from 3.0.1 to 3.0.2 in /web (#10132) core: bump github.com/gorilla/sessions from 1.2.2 to 1.3.0 (#10135) web: bump chromedriver from 126.0.0 to 126.0.1 in /tests/wdio (#10136) core: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#10133) core, web: update translations (#10127) core: bump ruff from 0.4.8 to 0.4.9 (#10128) core: bump goauthentik.io/api/v3 from 3.2024042.11 to 3.2024042.13 (#10134) core, web: update translations (#10118) translate: Updates for file web/xliff/en.xlf in zh-Hans (#10121) translate: Updates for file web/xliff/en.xlf in zh_CN (#10120) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#10119) policies/reputation: fix existing reputation update (#10124) website/docs: add more info about multiple replicas (#10117) website/docs: update 2024.6 release notes with latest changes (#10109) web: bump API Client version (#10113) website/docs: Specify Synology DSM Account type to use (#10111) admin: system api: fix FIPS status schema (#10110)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
In order to use the SSO Client in Synology DSM with local users, you have to select "Domain/LDAP/local" for the account type.
See also the Synology documentation here.
Edit: I just found this Reddit thread which confirms the usage of this account type, see here
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)