Commit Graph

412 Commits

Author SHA1 Message Date
1337 a2aa6ea7c5 Document usage of authProvidersExtensionPoint for ScmAuthApi
Added example code for leveraging authProvidersExtensionPoint in the new backend system in auth main docs about ScmAuthApi.

Signed-off-by: 1337 <19777147+the-serious-programmer@users.noreply.github.com>
2025-12-08 15:42:28 +01:00
Andre Wanlin 04eadfcc7a Merge pull request #31386 from chriskilding-relx/improve-oidc-from-scratch-docs
Improve 'OIDC From Scratch' documentation
2025-10-29 10:43:17 -05:00
Chris Kilding 2cc5445b6b Improve 'OIDC From Scratch' documentation
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Chris Kilding <56678532+chriskilding-relx@users.noreply.github.com>
2025-10-14 16:55:04 +01:00
Juan Pablo Garcia Ripa 818c835a10 bring the legacy config back
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:17 +02:00
Juan Pablo Garcia Ripa 95396a44f9 feat: simplify external token handler API
- Remove accessRestrictions from individual handlers (now managed by framework)
- Change API to evaluate configs individually for better performance

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:15 +02:00
Juan Pablo Garcia Ripa 7933670072 fix typos in docs
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:14 +02:00
Juan Pablo Garcia Ripa 65d382e272 fix: update docs with new approach and export types
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:14 +02:00
Juan Pablo Garcia Ripa 9377fbfb0f feat(docs): add multiton docs and fix the custom handler service
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:12 +02:00
Juan Pablo Garcia Ripa 8495b18507 feat: add external token decorator service
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-09-15 22:51:11 +02:00
Yannik Daellenbach 1845e57a3d Describe Kubernetes plugin integration as use case
Signed-off-by: Yannik Daellenbach <git@daellenbach.org>
2025-09-02 14:08:17 +02:00
Yannik Daellenbach 0173a3d14c Document sessionDuration
Signed-off-by: Yannik Daellenbach <yannik@daellenbach.org>
2025-09-02 14:08:17 +02:00
Christoph Raaflaub f80b2f765a Add openshift-provider backend module documentation
Signed-off-by: Christoph Raaflaub <raaflaub@puzzle.ch>
2025-09-02 14:08:17 +02:00
Gunther Cox 38e013135b Update broken link to point to latest url
Signed-off-by: Gunther Cox <gunther@jellyfish.co>
2025-07-11 09:30:38 -04:00
Andre Wanlin fac41f54d2 Merge pull request #30225 from drodil/autologout_docs_fix
docs: fix autologout default value
2025-06-13 06:28:18 -05:00
Hellgren Heikki 5d97a732a2 docs: fix autologout default value
closes #30223

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-06-12 21:04:38 +03:00
Andre Wanlin b5545900a4 Initial removal
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-06-06 13:14:54 -05:00
Patrik Oldsberg d603920d0d Merge pull request #29246 from AmbrishRamachandiran/add-auth-provider.md
Fixed Add auth provider docs
2025-05-13 13:12:35 +02:00
Patrik Oldsberg 21cdb5fdf7 Merge pull request #28967 from JessicaJHee/dangerouslyAllowSignInWithoutUserInCatalog-config
introduce dangerouslyAllowSignInWithoutUserInCatalog auth resolver config
2025-05-13 12:18:55 +02:00
Jessica He c30d1a9963 introduce dangerouslyAllowSignInWithoutUserInCatalog auth resolver config
Signed-off-by: Jessica He <jhe@redhat.com>
2025-04-30 10:35:39 +09:00
aramissennyeydd 499fa53939 chore: remove old backend system guides
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2025-04-28 11:03:06 -07:00
Patrik Oldsberg 0d606aca23 auth-backend: add omitIdentityTokenOwnershipClaim flag
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 01:24:50 +02:00
Fredrik Adelöw ed9b022b41 fix docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-04-16 09:52:56 +02:00
Fredrik Adelöw bc8fb4b78d update docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-04-15 23:35:01 +02:00
Ambrish R b7e3e38372 Update add-auth-provider.md
Signed-off-by: Ambrish R <ambrish.r@infosys.com>
2025-04-02 12:46:32 +05:30
AmbrishRamachandiran 9861bddf5c Fix:Add auth provider docs
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-03-17 11:45:01 +05:30
Patrik Oldsberg b6702ea5a2 auth-backend: move getDefaultOwnershipEntityRefs to resolver context
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-02-27 13:38:19 +01:00
Ben Lambert 19c3c1f107 Merge pull request #28869 from miaits/docs/patch-2
docs:fixed typo
2025-02-18 08:43:54 +01:00
Mihai Lemnaru 41cc4da191 docs:fixed typo
Signed-off-by: Mihai Lemnaru <eduard.mihai.lemnaru@gmail.com>
2025-02-15 23:17:36 +02:00
Jessica He 0eb016b827 Merge branch 'master' into config-auth-cookie-exp-time
Signed-off-by: Jessica He <jhe@redhat.com>
2025-01-30 10:05:14 -05:00
Aditya Kumar dcfe1f2c9c Update provider.md
Signed-off-by: Aditya Kumar <136452216+AdityaK60@users.noreply.github.com>
2025-01-30 08:58:50 +05:30
Aditya Kumar 5a0914a15a minor updates in provider doc of cloudflare
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-01-30 08:53:33 +05:30
Aditya Kumar 1d0a8e8be5 minor updates in provider doc of bitbucketServer
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-01-30 08:53:33 +05:30
Aditya Kumar 307b1b148d minor updates in provider doc of bitbucket
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-01-30 08:53:33 +05:30
Aditya Kumar 005cb9fece minor updates in provider doc file
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2025-01-30 08:53:23 +05:30
Peter Macdonald e80dbc5b95 Update docs/auth/guest/provider.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2025-01-29 15:31:10 +01:00
Peter Macdonald c5fa051925 Update docs/auth/guest/provider.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2025-01-29 15:30:59 +01:00
Peter Macdonald e470cc49a4 Update docs/auth/guest/provider.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2025-01-29 15:30:43 +01:00
Peter Macdonald 486dda4a10 adds some additional information to the guest provider thats not immediately obvious
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2025-01-29 10:37:57 +01:00
Jessica He 61f464e864 support user configuration of auth cookie max age
Signed-off-by: Jessica He <jhe@redhat.com>
2025-01-28 12:07:03 -05:00
deepthi-28 dc9739f26f oidc doc changes
Signed-off-by: deepthi-28 <deepthi.ajith@infosys.com>
2025-01-24 15:35:37 +05:30
Abhishek Sharma 96e0d4d5ca fix(doc): issues #17189 adds missing read_api scope
Signed-off-by: Abhishek Sharma <abhipsnl@gmail.com>
2025-01-14 10:22:19 +03:00
Andre Wanlin ca6d1d42bf Merge pull request #28180 from AdityaK60/Update_doc
minor updates in provider doc file
2024-12-20 09:41:52 -06:00
jolies93 0fba7bd7fd Formatting to address feedback from prettier
single quotes not double

Signed-off-by: jolies93 <64967243+jolies93@users.noreply.github.com>
2024-12-19 10:47:54 -06:00
Aditya Kumar 303fc5d8fb minor updates in provider doc file
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2024-12-18 15:21:51 +05:30
jolies93 b253c21745 Update provider.md
Corrected the Callback URL since we encountered this when implementing.  Also removed the scopes config item - including this resulted in errors for us.

I had submitted a PR before, and I addressed two feedback items - one was wording and the other was a request to include the optional configurations in the instructions.  Both are addressed.  Apologize I had to make a new PR because I had issues with the other being open so long and I didn't rebase it correctly - better to start fresh.

Signed-off-by: jolies93 <64967243+jolies93@users.noreply.github.com>
2024-12-13 16:47:53 -06:00
Johan Haals e0d58ececd Merge pull request #27757 from backstage/mob/plugintokenhandler
backend-defaults: Add support for decoration of the pluginTokenHandler
2024-11-22 14:01:26 +01:00
Johan Haals 3f11a8e087 Update docs/auth/service-to-service-auth.md
Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
2024-11-22 10:44:13 +01:00
Johan Haals aea3fcf034 simplify example
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-11-22 10:43:25 +01:00
Johan Haals 062eaf3f75 chore: Add documentation
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-11-22 10:02:54 +01:00
Panaintescu Adrian 8ec6a3c8d7 fix googleAuthApiRef inconsistency with latest changes
Signed-off-by: Panaintescu Adrian <adrian.cert@gmail.com>
2024-11-14 23:13:32 +02:00