enterprise/providers/scim: add support for interactive OAuth2#22072
enterprise/providers/scim: add support for interactive OAuth2#22072
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #22072 +/- ##
==========================================
- Coverage 93.22% 93.19% -0.03%
==========================================
Files 1024 1026 +2
Lines 59343 59450 +107
Branches 400 400
==========================================
+ Hits 55323 55407 +84
- Misses 4020 4043 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-8374554098ceeee222059245e778a95b055e0a06
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-8374554098ceeee222059245e778a95b055e0a06Afterwards, run the upgrade commands from the latest release notes. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
e3d9786 to
ee51fb4
Compare
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
…e-oauth2 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
d17c11b to
42b4479
Compare
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
We added initial OAuth support in #16903 but that only supports client_credentials based of a client_id + client_secret.
This adds the ability to use interactive OAuth where a single user needs to interactive authorize SCIM.
New URLS:
https://authentik.company/application/scim/<slug>/oauth2/start/Starts this SCIM-OAuth flowhttps://authentik.company/application/scim/<slug>/oauth2/callback/new callback URL for SCIM OAuth flowTODOs: