Commit Graph

78 Commits

Author SHA1 Message Date
github-actions[bot] 582092fb23 Version Packages (next) 2024-09-03 14:38:01 +00:00
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Fredrik Adelöw d425fc4dfd remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:13 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
Patrik Oldsberg 4e2d3f330a Merge pull request #25674 from dotboris/auth-provider-signin-config
Add `signIn.resolvers` to auth providers config schema
2024-07-26 10:06:45 +02:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
Boris Bera c8f1cae0ef Add signIn.resolvers to auth providers config schema
Signed-off-by: Boris Bera <bbera@coveo.com>
2024-07-17 11:33:29 -04:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
Olivier Liechti 3d9abab684 Pass an empty array to the 'scope' prop required by Atlassian strategy, but which value is not actually used
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-10 11:10:56 +02:00
Olivier Liechti c48f2cc68d Cleanup test
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-10 10:42:16 +02:00
Olivier Liechti 9076843ffd Adatp test to the payload returned by the actual Atlassian strategy (vs its parent)
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 19:48:38 +02:00
Olivier Liechti 487c100100 Simplify the bug fix, by implementing logic in the PassportHelper
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 16:41:18 +02:00
Olivier Liechti 55c1a729ac Simplify the bug fix, by implementing logic in the PassportHelper
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 16:29:50 +02:00
Olivier Liechti efda5a301d Export Atlassian OAuth Profile type
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 15:14:21 +02:00
Olivier Liechti 3cdea7aa1e Fix typescript typing issues
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 12:13:47 +02:00
Olivier Liechti f7cf3a2a87 Cleaning up details
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 10:34:36 +02:00
Olivier Liechti be5f08f3a8 Cleaning up details
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 10:34:36 +02:00
Olivier Liechti b9832aee3d Fix issues described in #25551
Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
2024-07-09 10:34:36 +02:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
Fredrik Adelöw 78a0b086d2 Make createBackendPlugin and createBackendModule return BackendFeature instead of () => BackendFeature
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-06-13 15:56:24 +02:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
Patrik Oldsberg d1bc8e9835 Merge pull request #25125 from backstage/rugvip/plugin-meta
cli: implement plugin metadata proposal
2024-06-11 17:01:09 +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 d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
github-actions[bot] 0478509ee2 Version Packages (next) 2024-04-30 11:22:01 +00:00
github-actions[bot] 46046059b4 Version Packages (next) 2024-04-23 14:53:09 +00:00
github-actions[bot] 0e48f5a289 Version Packages 2024-04-16 12:20:53 +00:00
Fredrik Adelöw e054570987 Merge pull request #23897 from postsa/postsa/atlassian-auth-provider-fix
(BUGFIX:  plugin-atlassian-auth-provider) pass scope to strategy
2024-04-10 17:49:46 +02:00
github-actions[bot] 036b9b3434 Version Packages (next) 2024-04-09 15:55:28 +00:00
github-actions[bot] 366cf07ad3 Version Packages (next) 2024-04-02 14:11:36 +00:00
Spencer Post 7a7e103882 support scope and scopes in config
Signed-off-by: Spencer Post <spencer.post@guildeducation.com>
2024-03-29 14:53:48 -06:00
Spencer Post 269b4c1786 pass scopes to strategy
Signed-off-by: Spencer Post <spencer.post@guildeducation.com>
2024-03-29 13:27:04 -06:00
github-actions[bot] bb8923602f Version Packages 2024-03-27 09:37:09 +00:00
Fredrik Adelöw 04655bb318 Generate Release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-03-22 21:41:20 +01:00
github-actions[bot] e83e055841 Version Packages 2024-03-19 14:56:10 +00:00
Patrik Oldsberg d202a258d1 Merge pull request #23265 from swnia/master
Fix for atlassian OAuth flow
2024-03-19 10:05:16 +01:00
github-actions[bot] 778bc48921 Version Packages (next) 2024-03-12 13:35:55 +00:00
github-actions[bot] 8db51ca72f Version Packages (next) 2024-03-05 13:38:18 +00:00
Severin Wischmann 10268db725 Removed unused config value
The config value `audience` was used to set the baseUrl which has a static value.
The audience parameter is static in the used library. Therefore, the reading of the config value was removed.

Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-03-01 10:44:42 +01:00
github-actions[bot] 4cca80fbf8 Version Packages (next) 2024-02-27 16:48:30 +00:00
Severin Wischmann b3f53fa1c7 Updated module tests
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-02-26 21:13:05 +01:00
Severin Wischmann dc29ab2411 Fix for atlassian OAuth flow
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
2024-02-26 16:57:25 +01:00