Commit Graph

33 Commits

Author SHA1 Message Date
Fredrik Adelöw 7455dae884 require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2026-01-26 13:22:53 +01:00
Chris Kilding e54fcb2ed5 Support custom start URL search parameters in OIDC provider
Signed-off-by: Chris Kilding <56678532+chriskilding-relx@users.noreply.github.com>
2025-12-09 12:41:12 +00:00
Jessica He 3aff9e1213 remove domain attribute to set OAuth cookies as host-only
Signed-off-by: Jessica He <jhe@redhat.com>
2025-08-19 15:24:18 -04: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
Ruslan Nasyrov 5803ea239b prettier fix
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 12:45:07 +05:00
Ruslan Nasyrov 8f68415a73 fix test
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
Ruslan Nasyrov f9f72525a9 added an example of usage and configuration tests
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
Ruslan Nasyrov 06a58f6797 review changes #2 (fix)
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
Ruslan Nasyrov 5b423cff58 review changes #2
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
Ruslan Nasyrov 7ee07a1248 changed timeout type
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
Ruslan Nasyrov 7495edfc17 feat: Added custom timeout for oidc provider
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-17 11:14:32 +05:00
blam 0afc4f21d8 chore: cleanup changeset and refactor
Signed-off-by: blam <ben@blam.sh>
2025-02-18 15:09:27 +01:00
João Madureira 497ed901e1 Fixed OIDC failing tests
Signed-off-by: João Madureira <jpmadureira@gmail.com>
2025-02-17 15:13:35 +00:00
Camila Belo b82aff92aa refactor(test-utils): deprecate the isDockerDisabledForTests function
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 17:06:00 +02:00
Camila Belo 95a3a0b91c refactor(test-utils): rename setupRequestMockHandlers to setupMswHandler
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-07-10 15:45:49 +02:00
Patrik Oldsberg 8efc6cf0d4 auth-backend-module-*: update OAuth providers to use new scope handling
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 12:49:14 +02:00
Patrik Oldsberg bdabd9952e auth-*: test fixes for new CookieScopeManager
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:30:13 +02:00
mario ma 4f21993c37 if oidc server do not provide revocation_endpoint,we should not call revoke function
Signed-off-by: mario ma <mario.ma.node@gmail.com>
2024-06-03 19:58:18 +08:00
JP Dhabolt 1158229a91 Add null check to nonce in module.test.ts
Signed-off-by: JP Dhabolt <john.p.dhabolt@gmail.com>
2024-04-17 15:09:08 -04:00
JP Dhabolt 9746368a96 Remove empty beforeAll test hooks
Signed-off-by: JP Dhabolt <john.p.dhabolt@gmail.com>
2024-04-17 15:03:14 -04:00
JP Dhabolt 7668ddc9ad Add nonce for inclusion in id_token
Signed-off-by: JP Dhabolt <john.p.dhabolt@gmail.com>
2024-04-17 14:54:09 -04:00
mario ma 28eb473fc3 feat: Support revoke refresh token to oidc logout function
Signed-off-by: mario ma <mario.ma.node@gmail.com>
2024-03-27 10:48:04 +08:00
Dmitry Gusev 94cb1d1c23 auth-backend-module-oidc-provider: set http request timeout on a per-request basis
Signed-off-by: Dmitry Gusev <gusevda90@gmail.com>
2024-02-27 10:52:28 +03:00
Dmitry Gusev 74b1dc9e15 auth-backend-module-oidc-provider: increase http request timeout
Signed-off-by: Dmitry Gusev <gusevda90@gmail.com>
2024-02-26 20:55:27 +03:00
Dmitry Gusev 316fdd66fd auth-backend-module-oidc-provider: enable persisted scopes
Signed-off-by: Dmitry Gusev <gusevda90@gmail.com>
2024-02-09 11:14:58 +03:00
Jamie Klassen 7e85338c1f return to using startTestBackend
following the example of #21445

Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
2024-01-17 18:50:17 -05:00
Jamie Klassen 002010c8f6 authHandler/signInResolver backwards compatibility
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo 5d2fcba064 PR chores, changeset,apireport
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo 1964cb7d88 Working oidc authenticator with passing unit and module tests
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo a3c911e636 authenticator alongside passing unit tests
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo 55c639839a Working module tests
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo c541201b1b WIP: oidc auth provider module migration
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00
Ruben Vallejo f89777d76f WIP:Copying gitlab folder into new oidc module
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2024-01-17 18:50:17 -05:00