-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: add content about new option SCIM + OAuth #17067
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-storybook 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-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
Few suggestions
Co-authored-by: Dewi Roberts <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Dewi Roberts <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-d6bf5f0be2ca99f59e6d6abca59fb067e9bfd9a3
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 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-d6bf5f0be2ca99f59e6d6abca59fb067e9bfd9a3 Afterwards, run the upgrade commands from the latest release notes. |
Co-authored-by: Jens L. <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
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.
LGTM!
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 19%, saving 5.3 KB.
|
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.
Just did a quick survol (flyby, overview, look at 10000 feet in the air??) of this PR, but I don't know enough about SCIM to give you detailed feedback, so here are some typos and such :)
Co-authored-by: Dominic R <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Dominic R <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Dominic R <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Dominic R <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Co-authored-by: Dominic R <[email protected]> Signed-off-by: Tana M Berry <[email protected]>
Signed-off-by: Jens L. <[email protected]>
Signed-off-by: Jens L. <[email protected]>
Signed-off-by: Jens L. <[email protected]>
Signed-off-by: Jens L. <[email protected]>
This PR adds a new section to the SCIM provider docs to explain the new option for using OAuth for authentication. It also adds more info about backchannel providers in general.
Still awaiting final review; please do not merge nor auto-enable for merging! :-)
make docs
)