Skip to content

Conversation

@PeshekDotDev
Copy link
Contributor

Details

Adds steps for salesforce to:

Add salesforce as an oauth source
Handle SCIM in Salesforce with oauth


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@PeshekDotDev PeshekDotDev requested a review from a team as a code owner December 5, 2025 10:01
@PeshekDotDev PeshekDotDev self-assigned this Dec 5, 2025
@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4c6f4b1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6933f11b7a16e40008c3f75e
😎 Deploy Preview https://deploy-preview-18627--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4c6f4b1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6933f11b70fab90008749f4f
😎 Deploy Preview https://deploy-preview-18627--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4c6f4b1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6933f11bdb7e310008eb95aa
😎 Deploy Preview https://deploy-preview-18627--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (dbbfb3c) to head (4c6f4b1).
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
e2e 44.73% <ø> (+<0.01%) ⬆️
integration 22.81% <ø> (+<0.01%) ⬆️
unit 91.44% <ø> (+0.01%) ⬆️
unit-migrate 91.49% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- **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>/`
Copy link
Contributor

@dewi-tik dewi-tik Dec 5, 2025

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.

Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-4c6f4b132184af65480796d1a028ec5ea0663213

Afterwards, run the upgrade commands from the latest release notes.

@PeshekDotDev
Copy link
Contributor Author

@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

Copy link
Contributor

@dewi-tik dewi-tik left a 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!

@PeshekDotDev PeshekDotDev merged commit 859a753 into main Dec 6, 2025
98 checks passed
@PeshekDotDev PeshekDotDev deleted the salesforce-integration branch December 6, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants