Commit Graph

381 Commits

Author SHA1 Message Date
Patrik Oldsberg 0bc14f2943 Merge pull request #4476 from rmanny/remove-default-scope-oidc
Don't pass default as a scope to OIDC providers
2021-02-10 22:26:51 +01:00
Patrik Oldsberg afa453f744 Merge pull request #4465 from n2ygk/config_oauth_scope
Add configurable OAuth 2.0 scopes
2021-02-10 22:26:30 +01:00
Ryan Manny 9f740b443d Fix line endings 2021-02-10 10:40:44 -08:00
Ryan Manny ca7b66d0a1 Don't pass default as a scope to OIDC providers 2021-02-10 10:29:15 -08:00
Patrik Oldsberg 227a59688a refactor existing usage of ApiContext 2021-02-10 12:06:22 +01:00
Patrik Oldsberg 6a50c6747d Merge branch 'master' into feat/api-auth-client 2021-02-10 11:39:45 +01:00
Alan Crosswell 9c302e39bf incorrectly added callbackUrl 2021-02-09 15:01:46 -05:00
Alan Crosswell 07bafa248e Add configurable OAuth 2.0 scopes
- Add oauth2 config for optional scopes
- Document oauth2 config keys
- Add OAuth2 to demo app list of identity providers
2021-02-09 14:50:20 -05:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Erik Larsson 124d21c20a Refactor to use context argument 2021-02-03 02:17:35 +01:00
Erik Larsson 1476950a12 Increase code coverage 2021-02-03 02:17:34 +01:00
Erik Larsson 97d13a8889 Use request options 2021-02-03 02:17:34 +01:00
Erik Larsson 3af90e2f46 Fix test 2021-02-03 02:17:34 +01:00
Erik Larsson b3e9b08fd7 tsc 2021-02-03 02:17:34 +01:00
Erik Larsson 0e40a5915d Fix client reference 2021-02-03 02:17:33 +01:00
Erik Larsson be2958d731 CatalogIdentityClient uses CatalogClient 2021-02-03 02:17:33 +01:00
Erik Larsson 570884ece6 Fix linting 2021-02-03 02:17:32 +01:00
Erik Larsson 6ed2b47d60 Add identity token to api requests 2021-02-03 02:17:32 +01:00
github-actions[bot] cda741034d Version Packages 2021-01-28 10:46:08 +00:00
Jonah Back 6ddfdca123 fix aws alb auth provider key caching 2021-01-26 16:54:52 -08:00
Jonah Back da8b9ef1d8 add fields to config type for aws-alb provider 2021-01-26 11:41:41 -08:00
Jonah Back 4eaa060572 Fix test, add changeset for ALB provider bug fix 2021-01-26 10:54:14 -08:00
Jonah Back f8b652614e fix: change issuer to iss to conform to JWT spec. Make issuer verification optional 2021-01-26 10:50:12 -08:00
Jonah Back 39b05b9ae0 fix: use .text instead of .json for ALB key http call 2021-01-22 15:00:39 -08:00
github-actions[bot] c5584b62c2 Version Packages 2021-01-21 13:13:05 +00:00
Patrik Oldsberg 58ff7d986e Merge pull request #3916 from erikxiv/feat/api-auth-backend
Optional identity token authorization of api requests
2021-01-21 13:11:05 +01:00
Patrik Oldsberg 7ae7fc615c auth-backend: revert jose to v3 2021-01-21 12:17:20 +01:00
Jonah Back c837adc23a Address some final review coments about cross-fetch and type-casting 2021-01-19 21:20:49 -08:00
Erik Larsson b798e8b9e8 Refactored as per PR comments 2021-01-20 01:06:34 +01:00
Erik Larsson acaa350fe5 Added more IdentityClient tests 2021-01-19 23:03:43 +01:00
Erik Larsson c2926a6c0c Refactored away from passport into IdentityClient 2021-01-19 23:03:43 +01:00
Erik Larsson 67e60126bb TODO: Extract and add tests to refreshKeyStore 2021-01-19 23:03:13 +01:00
Erik Larsson 4323cc66f9 Added todo on settling user format for authorized users 2021-01-19 23:03:13 +01:00
Erik Larsson 796d1fefbd Fix linting 2021-01-19 23:03:13 +01:00
Erik Larsson a2291d7cc5 Optional identity token authorization of api requests 2021-01-19 23:03:13 +01:00
Jonah Back c43d148556 Fix usage of JOSE library in OIDC test as part of JOSE upgrade 2021-01-18 14:39:53 -08:00
Jonah Back 02140eb89a Add basic node-cache with 1 hour TTL for caching keys retrieved from AWS public key endpoint 2021-01-18 14:25:03 -08:00
Jonah Back 147648a2d1 Update type definition and docs to be clear about experimental status 2021-01-18 14:23:57 -08:00
Jonah Back dfce32b356 Address review comments around algorithm being used, typescript ignore 2021-01-18 14:23:57 -08:00
Jonah Back 1f275fe31a Upgrade TokenFactory to latest jose library 2021-01-18 14:23:57 -08:00
Jonah Back 2335fa9d17 chore: add comment around payload passed in identity resolver 2021-01-18 14:23:56 -08:00
Jonah Back 0d6ad133c7 fix: simplify identity resolver 2021-01-18 14:23:56 -08:00
Jonah Back 6ef5428e73 fix: add new processor to index 2021-01-18 14:23:56 -08:00
Jonah Back aca5158c7f feature: add auth backend for AWS ALB 2021-01-18 14:23:56 -08:00
github-actions[bot] be332e13ea Version Packages 2021-01-14 13:05:31 +00:00
jmfrancois 0f7710b910 fix: CI 2021-01-13 11:54:44 +01:00
jmfrancois 30cc3e44ba chore: upgrade passport-saml to fix security issue 2021-01-13 10:45:31 +01:00
Dominik Henneke 192b0b70a8 Update vale vocabulary to unify company and product names 2021-01-12 13:52:58 +01:00
Fredrik Adelöw 42a2c50600 Merge pull request #3964 from lowjoel/saml-fixes
fix(auth-backend/saml): Add checks for blank cert and implement logout configs
2021-01-12 08:58:18 +01:00
Andrew Thauer ddc7e094b5 docs: update okta auth readme 2021-01-10 08:13:58 -05:00