Skip to content

website/docs: update gws provider docs#18286

Merged
dewi-tik merged 20 commits intomainfrom
website/docs--update-gws-provider-docs
Jan 14, 2026
Merged

website/docs: update gws provider docs#18286
dewi-tik merged 20 commits intomainfrom
website/docs--update-gws-provider-docs

Conversation

@dewi-tik
Copy link
Contributor

Details

Updates the GWS provider docs and contributes to: #17735


Checklist

If applicable

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

@dewi-tik dewi-tik self-assigned this Nov 20, 2025
@dewi-tik dewi-tik requested a review from a team as a code owner November 20, 2025 12:45
@dewi-tik dewi-tik added the area:docs Features or issues related to Docusaurus label Nov 20, 2025
@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ce15558
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6966abc6343e500008e7ba57
😎 Deploy Preview https://deploy-preview-18286--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 Nov 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit ce15558
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6966abc600efa600081fa5dd
😎 Deploy Preview https://deploy-preview-18286--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 Nov 20, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ce15558
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6966abc6875eb2000842abbb
😎 Deploy Preview https://deploy-preview-18286--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.

@dewi-tik dewi-tik moved this from Todo to In Progress in authentik Core Nov 20, 2025
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.35%. Comparing base (c2db63a) to head (ce15558).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18286      +/-   ##
==========================================
+ Coverage   92.85%   93.35%   +0.50%     
==========================================
  Files         949      949              
  Lines       52423    52423              
==========================================
+ Hits        48676    48941     +265     
+ Misses       3747     3482     -265     
Flag Coverage Δ
conformance 38.78% <ø> (+<0.01%) ⬆️
e2e 44.68% <ø> (+1.96%) ⬆️
integration 23.43% <ø> (+<0.01%) ⬆️
unit 91.57% <ø> (+<0.01%) ⬆️
unit-migrate 91.61% <ø> (+<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.

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@github-actions
Copy link
Contributor

github-actions bot commented Nov 25, 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-ce155585d6b8d49a320230ad69b8a4aefd8b27dc
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-ce155585d6b8d49a320230ad69b8a4aefd8b27dc

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

@dewi-tik dewi-tik added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Nov 25, 2025
@dewi-tik dewi-tik moved this from In Progress to Needs review in authentik Core Nov 25, 2025
dewi-tik and others added 2 commits December 18, 2025 14:21
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik dewi-tik added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Jan 7, 2026
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits, but sure looks a lot better! Thanks @dewi-tik .

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Jan 12, 2026
dewi-tik and others added 4 commits January 13, 2026 17:45
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@dewi-tik dewi-tik enabled auto-merge (squash) January 13, 2026 20:57
@dewi-tik dewi-tik added backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 and removed backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Jan 13, 2026
@dewi-tik dewi-tik dismissed tanberry’s stale review January 14, 2026 10:53

Applied changes

@dewi-tik dewi-tik merged commit 6ba41da into main Jan 14, 2026
142 of 144 checks passed
@dewi-tik dewi-tik deleted the website/docs--update-gws-provider-docs branch January 14, 2026 11:17
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Jan 14, 2026
authentik-automation bot pushed a commit that referenced this pull request Jan 14, 2026
* Update filenames, sidebar and redirect. Rework overview doc

* WIP

* Spelling

* Move info box

* WIP

* Update create-gws-provider.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Small tweaks

* Add note about key creation

* Update website/docs/add-secure-apps/providers/gws/configure-gws.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Add delegated user permissions

* Update configure-gws.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Fix link and section naming

* Apply suggestions from code review

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update configure-gws.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/add-secure-apps/providers/gws/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/add-secure-apps/providers/gws/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Headers

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #19399

authentik-automation bot pushed a commit that referenced this pull request Jan 14, 2026
* Update filenames, sidebar and redirect. Rework overview doc

* WIP

* Spelling

* Move info box

* WIP

* Update create-gws-provider.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Small tweaks

* Add note about key creation

* Update website/docs/add-secure-apps/providers/gws/configure-gws.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Add delegated user permissions

* Update configure-gws.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Fix link and section naming

* Apply suggestions from code review

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update configure-gws.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/add-secure-apps/providers/gws/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/add-secure-apps/providers/gws/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Headers

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #19400

dewi-tik added a commit that referenced this pull request Jan 14, 2026
…-2025.10) (#19399)

website/docs: update gws provider docs (#18286)

* Update filenames, sidebar and redirect. Rework overview doc

* WIP

* Spelling

* Move info box

* WIP

* Update create-gws-provider.md



* Small tweaks

* Add note about key creation

* Update website/docs/add-secure-apps/providers/gws/configure-gws.md




* Add delegated user permissions

* Update configure-gws.md



* Fix link and section naming

* Apply suggestions from code review




* Update configure-gws.md



* Update website/docs/add-secure-apps/providers/gws/index.md




* Update website/docs/add-secure-apps/providers/gws/index.md




* Headers

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
BeryJu pushed a commit that referenced this pull request Jan 14, 2026
…-2025.12) (#19400)

website/docs: update gws provider docs (#18286)

* Update filenames, sidebar and redirect. Rework overview doc

* WIP

* Spelling

* Move info box

* WIP

* Update create-gws-provider.md



* Small tweaks

* Add note about key creation

* Update website/docs/add-secure-apps/providers/gws/configure-gws.md




* Add delegated user permissions

* Update configure-gws.md



* Fix link and section naming

* Apply suggestions from code review




* Update configure-gws.md



* Update website/docs/add-secure-apps/providers/gws/index.md




* Update website/docs/add-secure-apps/providers/gws/index.md




* Headers

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants