-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs/integrations: add salesforce oauth source and SCIM steps #18627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18627 +/- ##
=======================================
Coverage 93.22% 93.22%
=======================================
Files 933 933
Lines 51227 51227
=======================================
+ Hits 47754 47755 +1
+ Misses 3473 3472 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| - **Contact Email**: Your email address | ||
| 5. Under **API (Enable OAuth Settings)**: | ||
| - Check **Enable OAuth Settings**. | ||
| - Set **Callback URL** to `https://authentik.company/source/oauth/callback/<slug>/` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to either move this section to after authentik, or include a mention of how to handle the <slug> value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know what you think of the update
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4c6f4b132184af65480796d1a028ec5ea0663213
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-4c6f4b132184af65480796d1a028ec5ea0663213Afterwards, run the upgrade commands from the latest release notes. |
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
|
@dewi-tik The SCIM section only covers the Oauth2 integration guide which is enterprise only. let me know what you think of the addition at line 198 or if we should note this in any other way |
dewi-tik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great doc. Thanks @PeshekDotDev!
Details
Adds steps for salesforce to:
Add salesforce as an oauth source
Handle SCIM in Salesforce with oauth
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 docs)