website/docs: add oidc issuer information - #22556
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| Setting the issuer mode to _Same identifier is used for all providers_ (referred to internally as **global** mode) makes every OAuth2 provider on the authentik instance share the same issuer: the root URL of the instance (`https://authentik.company/`). | ||
|
|
||
| :::warning |
There was a problem hiding this comment.
i'd make this an :::info + adding a title
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22556 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 1033 1033
Lines 60150 60150
Branches 400 400
=======================================
+ Hits 56116 56117 +1
+ Misses 4034 4033 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dominic R <dominic@goauthentik.io>
|
All good calls @dominic-r , added. Will wait for review from back-end team before continuing |
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
dewi-tik
left a comment
There was a problem hiding this comment.
LGTM. Pushed some changes to the rest of the doc where I noticed some issues.
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-a38247aabd9bb8700b8e85d1bbf42f36f83c4c28
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-a38247aabd9bb8700b8e85d1bbf42f36f83c4c28Afterwards, run the upgrade commands from the latest release notes. |
|
|
* website/docs: add oidc issuer information * Update website/docs/add-secure-apps/providers/oauth2/index.mdx Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me> * Update website/docs/add-secure-apps/providers/oauth2/index.mdx Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me> * Update website/docs/add-secure-apps/providers/oauth2/index.mdx Co-authored-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me> * Apply suggestion from @dominic-r Signed-off-by: Dominic R <dominic@goauthentik.io> * update warning to info * Update language throughout the doc, fix punctuation and spelling Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * update typos * fix wording * lint --------- Signed-off-by: Connor Peshek <connor@connorpeshek.me> Signed-off-by: Dominic R <dominic@goauthentik.io> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
…ion-2026.5) (#22800) * Cherry-pick #22556 to version-2026.5 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #22556 Original commit: 6cdae9a * website/docs: resolve OAuth2 docs conflict Agent-thread: https://sdko.org/internal/threads/019e9455-de8d-7451-a51e-3f7b0924a20a A7k-product: product A7k-product-repo: 2 Co-authored-by: Agent <agent@svc.sdko.net> --------- Co-authored-by: Connor Peshek <connor@connorpeshek.me> Co-authored-by: Dominic R <dominic@goauthentik.io> Co-authored-by: Agent <agent@svc.sdko.net>
* main: (175 commits) web: fix British spellings flagged by cspell (#22820) web: Flesh out frontend, E2E, agent instructions. (#22388) root: update gen-changelog to filter unnecessary commits (#22550) root: gitignore release generation artifacts (#22549) sources/oauth: Fallback to `id` field when `sub` is missing in OIDC callback (#22672) translate: Updates for project authentik and language fr_FR (#22687) ci: replace deprecated app-id with client-id for actions/create-github-app-token (#22799) web: bump @playwright/test from 1.59.1 to 1.60.0 in /web (#22476) web: bump the storybook group across 1 directory with 5 updates (#22653) website/docs: add oidc issuer information (#22556) ci: bump snok/container-retention-policy from 3.0.1 to 3.1.0 (#22778) website: bump the build group across 1 directory with 9 updates (#22669) web: bump knip from 6.12.0 to 6.14.1 in /web (#22657) ci: update ubuntu version of ARM runners (#22798) core: bump openapitools/openapi-generator-cli from v7.20.0 to v7.22.0 in /packages/client-go (#22573) core: bump axllent/mailpit from v1.30.0 to v1.30.1 in /tests/e2e (#22747) core: bump goauthentik/fips-python from `33d1ed9` to `7a06339` in /lifecycle/container (#22676) ci: explicitly exit Node lint scripts to fix CI hang (#22794) core: bump openapitools/openapi-generator-cli from v7.21.0 to v7.22.0 in /packages/client-ts (#22575) core: bump django-stubs[compatible-mypy] from 6.0.4 to 6.0.5 (#22748) ...
Details
Currently this feature is fully undocumented, so i added some basic introductory information for the docs
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen)If changes to the frontend have been made
make web)If applicable
make docs)