Commit Graph

512 Commits

Author SHA1 Message Date
github-actions[bot] c734d6995a Version Packages 2021-08-12 08:21:56 +00:00
Tim Hansen d051bc2fda Minor cleanup
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 4f11e67cc4 Simplify signature
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 4a019712b4 Tweak method name
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 762520d1ba Structure args, return inflated ent
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Tim Hansen 29f7cfffb7 Add resolveCatalogMemberClaims method
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-08-11 12:24:08 -06:00
Fredrik Adelöw ff9222a2e3 Merge pull request #6785 from backstage/dependabot/npm_and_yarn/luxon-2.0.2
chore(deps): bump luxon from 1.27.0 to 2.0.2
2021-08-11 16:22:34 +02:00
Miguel Alexandre b8d1a989e1 Fix prettier error
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-11 11:56:07 +02:00
Miguel Alexandre 7315ee644d Add new contract to API report
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-11 11:53:13 +02:00
Miguel Alexandre bfe0ff93fb Implement auth handler and sign-in resolvers for okta
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com>
2021-08-11 11:53:13 +02:00
dependabot[bot] 82ac007e53 chore(deps): bump luxon from 1.27.0 to 2.0.2
Bumps [luxon](https://github.com/moment/luxon) from 1.27.0 to 2.0.2.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/1.27.0...2.0.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 04:19:52 +00:00
Patrik Oldsberg 95e3ec7f2b Merge pull request #6760 from backstage/rugvip/codec
auth-backend: read and encode the entire state object in encodeState and readState
2021-08-10 00:11:21 +02:00
Patrik Oldsberg c9bab6d596 auth-backend: read and encode the entire state object in encodeState and readState
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-09 16:55:32 +02:00
Fredrik Adelöw 923491eece run prettier formatting
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-08-09 11:54:38 +02:00
github-actions[bot] 32b48219ce Version Packages 2021-07-29 10:32:54 +00:00
blam cd0a49fd6b chore: tidying up a little bit ready for release
Signed-off-by: blam <ben@blam.sh>
2021-07-29 10:13:25 +02:00
Jos Craw c4cb0b06de feat: added optional disableRefesh config for OAuth2
Signed-off-by: Jos Craw <jos@joscraw.net>
2021-07-29 11:18:34 +12:00
Stéphane MORI 04be344a8f Set acceptedClockSkewMs SAML configuration optional
Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
2021-07-28 09:37:37 +02:00
Stéphane MORI 6192b5e1c7 Allow to configure SAML auth acceptedClockSkewMs
Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
2021-07-28 09:37:37 +02:00
github-actions[bot] f51fcaeba2 Version Packages 2021-07-22 10:52:38 +00:00
Roy Jacobs 2567c066d5 Export TokenIssuer so that it may be used by non-native auth providers
Signed-off-by: Roy Jacobs <roy.jacobs@gmail.com>
2021-07-20 16:56:28 +02:00
github-actions[bot] 8d1c3d0d5a Version Packages 2021-07-15 09:19:25 +00:00
Ben Lambert 9393e1c955 Merge pull request #6460 from livetocode/master
fix OIDC Auth provider
2021-07-15 11:11:32 +02:00
Patrik Oldsberg d9ce823b00 packages: regenerate all API reports with warnings
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-07-15 02:05:46 +02:00
Morgan Martinet 4036d634a0 use original prompt default value to avoid a breaking change
Signed-off-by: Morgan Martinet <morgan@mmm-experts.com>
2021-07-14 17:01:38 -04:00
Morgan Martinet da70a0cc1b fix(oidc): do not use prompt=none which prevents the login dialog
Signed-off-by: Morgan Martinet <morgan@mmm-experts.com>
2021-07-13 18:52:02 -04:00
chicoribas 91a0095f10 Api Reporty
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 11:34:45 -03:00
chicoribas ad69eb72d5 Updating Api Report
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 09:32:36 -03:00
chicoribas 2aed3df2c9 Simpler microsoftDefaultSignInResolver
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 09:32:36 -03:00
chicoribas 8fc702c9c0 Removing microsoftDefaultSignInResolver export
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 09:32:36 -03:00
chicoribas 8bb82e0094 Api Report
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 09:32:36 -03:00
chicoribas 30a8a345e9 SignIn and Auth handlers for MS provider
Signed-off-by: chicoribas <chico.bribas@gmail.com>
2021-07-13 09:32:36 -03:00
Patrik Oldsberg 1118f33e4f Merge pull request #6433 from backstage/rugvip/report-all-the-things
root: bump api-extractor & friends + recreate API reports along with previously unsupported packages
2021-07-12 20:28:09 +02:00
Patrik Oldsberg 602b5b59bb packages: regenerate all API reports with prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-07-12 19:54:11 +02:00
blam 203d256d36 chore: reverting fs-extra bump, that seems to have broken all the installs
Signed-off-by: blam <ben@blam.sh>
2021-07-12 19:29:34 +02:00
github-actions[bot] de67704be9 Version Packages 2021-07-08 11:37:02 +00:00
Rogerio Angeliski 7a74046f16 docs: added generated files
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-07-07 08:58:41 -03:00
Rogerio Angeliski 93f8e8b423 Revert "docs: added generated files"
This reverts commit b2cefb34e0d4640cc5bb675d05d0ea906d74eec8.

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-07-07 08:58:41 -03:00
Rogerio Angeliski 1cdc4ba0e2 docs: added generated files
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-07-07 08:58:40 -03:00
dependabot[bot] 613e46d234 chore(deps): bump fs-extra from 9.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:29:50 +00:00
github-actions[bot] 6e937b9fa6 Version Packages 2021-07-01 09:06:13 +00:00
Fredrik Adelöw 6ca29b66c8 Unbreak .well-known OIDC routes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-25 21:31:29 +02:00
Fredrik Adelöw 5c2550a6d4 Merge pull request #6085 from backstage/changeset-release/master
Version Packages
2021-06-24 12:37:22 +02:00
github-actions[bot] 5a64fe7ea5 Version Packages 2021-06-24 09:58:38 +00:00
Fredrik Adelöw 8c9002e127 Merge pull request #6169 from backstage/orkohunter/better-error-if-auth-provider-misconfigured
auth: Show better error message if auth provider keys are undefined
2021-06-24 11:52:39 +02:00
Himanshu Mishra 686a740eb9 show better 404 message for unknown provider endpoints
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-06-24 11:37:49 +02:00
Himanshu Mishra e7b5cf888f remove unnecessary check for missing provider factory
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-06-24 11:32:57 +02:00
Himanshu Mishra dda7e862a2 remove the "catch-all" auth endpoint and register each separately
200: for properly registered auth providers
404 (with proper message): misconfigured
404 (plain): for unknown providers

Co-authored-by: Mike Lewis <mtlewis@users.noreply.github.com>
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-06-23 15:13:02 +02:00
dependabot[bot] d3b6c6c12a chore(deps): bump msw from 0.21.2 to 0.29.0
Bumps [msw](https://github.com/mswjs/msw) from 0.21.2 to 0.29.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v0.21.2...v0.29.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 04:45:44 +00:00
Himanshu Mishra d91ec5b1b0 auth: update language
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-06-22 20:19:58 +02:00