12 KiB
@backstage/plugin-auth-backend-module-okta-provider
0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.5-next.1
- @backstage/backend-plugin-api@1.1.0-next.1
0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.3-next.0
- @backstage/plugin-auth-node@0.5.5-next.0
0.1.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4
- @backstage/backend-plugin-api@1.0.2
0.1.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.2
- @backstage/backend-plugin-api@1.0.2-next.2
0.1.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.0.2-next.1
- @backstage/plugin-auth-node@0.5.4-next.1
0.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
0.1.1
Patch Changes
217458a: Updated configuration schema to include the newallowedDomainsoption for theemailLocalPartMatchingUserEntityNamesign-in resolver.- Updated dependencies
- @backstage/plugin-auth-node@0.5.3
- @backstage/backend-plugin-api@1.0.1
0.1.1-next.1
Patch Changes
217458a: Updated configuration schema to include the newallowedDomainsoption for theemailLocalPartMatchingUserEntityNamesign-in resolver.- Updated dependencies
- @backstage/plugin-auth-node@0.5.3-next.1
- @backstage/backend-plugin-api@1.0.1-next.1
0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.3-next.0
- @backstage/backend-plugin-api@1.0.1-next.0
0.1.0
Minor Changes
-
d425fc4: BREAKING: The return values fromcreateBackendPlugin,createBackendModule, andcreateServiceFactoryare now simplyBackendFeatureandServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason,createServiceFactoryalso no longer accepts the callback form where you provide direct options to the service. This also affects allcoreServices.*service refs.This may in particular affect tests; if you were effectively doing
createBackendModule({...})()(note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in yourpackages/backend/src/index.tstoo, where you add plugins, modules, and services. If you were usingcreateServiceFactorywith a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.As part of this change, the
IdentityFactoryOptionstype was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.
Patch Changes
c2b63ab: Updated dependencysupertestto^7.0.0.- Updated dependencies
- @backstage/backend-plugin-api@1.0.0
- @backstage/plugin-auth-node@0.5.2
0.1.0-next.2
Patch Changes
c2b63ab: Updated dependencysupertestto^7.0.0.- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.2
- @backstage/backend-plugin-api@1.0.0-next.2
0.1.0-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.5.2-next.1
- @backstage/backend-plugin-api@0.9.0-next.1
0.1.0-next.0
Minor Changes
-
d425fc4: BREAKING: The return values fromcreateBackendPlugin,createBackendModule, andcreateServiceFactoryare now simplyBackendFeatureandServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason,createServiceFactoryalso no longer accepts the callback form where you provide direct options to the service. This also affects allcoreServices.*service refs.This may in particular affect tests; if you were effectively doing
createBackendModule({...})()(note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in yourpackages/backend/src/index.tstoo, where you add plugins, modules, and services. If you were usingcreateServiceFactorywith a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.As part of this change, the
IdentityFactoryOptionstype was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.0
- @backstage/plugin-auth-node@0.5.2-next.0
0.0.16
Patch Changes
c8f1cae: AddsignInto authentication provider configuration schema- Updated dependencies
- @backstage/backend-plugin-api@0.8.0
- @backstage/plugin-auth-node@0.5.0
0.0.16-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.3
- @backstage/plugin-auth-node@0.5.0-next.3
0.0.16-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.2
- @backstage/plugin-auth-node@0.5.0-next.2
0.0.16-next.1
Patch Changes
c8f1cae: AddsignInto authentication provider configuration schema- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.1
- @backstage/plugin-auth-node@0.4.18-next.1
0.0.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
0.0.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.0
- @backstage/plugin-auth-node@0.4.17
0.0.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.22-next.1
- @backstage/plugin-auth-node@0.4.17-next.1
0.0.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.21-next.0
- @backstage/plugin-auth-node@0.4.16-next.0
0.0.12
Patch Changes
78a0b08: Internal refactor to handleBackendFeaturecontract change.8efc6cf: Added support for the new sharedadditionalScopesconfiguration, which means it can now also be specified as an array. In addition, theopenid,email,profile, andoffline_accessscopes have been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-auth-node@0.4.14
0.0.12-next.2
Patch Changes
8efc6cf: Added support for the new sharedadditionalScopesconfiguration, which means it can now also be specified as an array. In addition, theopenid,email,profile, andoffline_accessscopes have been set to required and will always be present.d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.3
- @backstage/plugin-auth-node@0.4.14-next.3
0.0.12-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.2
- @backstage/plugin-auth-node@0.4.14-next.2
0.0.12-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.0
- @backstage/plugin-auth-node@0.4.14-next.0
0.0.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
0.0.11-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.13-next.1
- @backstage/backend-plugin-api@0.6.18-next.1
0.0.11-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.13-next.0
- @backstage/backend-plugin-api@0.6.18-next.0
0.0.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17
- @backstage/plugin-auth-node@0.4.12
0.0.10-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/plugin-auth-node@0.4.12-next.1
0.0.10-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.17-next.0
- @backstage/plugin-auth-node@0.4.12-next.0
0.0.9
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.11
- @backstage/backend-plugin-api@0.6.16
0.0.8
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.10
- @backstage/backend-plugin-api@0.6.15
0.0.7
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.9
- @backstage/backend-plugin-api@0.6.14
0.0.7-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.9-next.2
- @backstage/backend-plugin-api@0.6.14-next.2
0.0.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.14-next.1
- @backstage/plugin-auth-node@0.4.9-next.1
0.0.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.8-next.0
- @backstage/backend-plugin-api@0.6.13-next.0
0.0.3
Patch Changes
cd5114c: Added missingadditionalScopesoption to configuration schema.8472188: Added or fixed therepositoryfield inpackage.json.- Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
0.0.3-next.3
Patch Changes
8472188: Added or fixed therepositoryfield inpackage.json.- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.3
- @backstage/backend-plugin-api@0.6.10-next.3
0.0.3-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.2
- @backstage/plugin-auth-node@0.4.4-next.2
0.0.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10-next.1
- @backstage/plugin-auth-node@0.4.4-next.1
0.0.3-next.0
Patch Changes
cd5114c: Added missingadditionalScopesoption to configuration schema.- Updated dependencies
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
0.0.2
Patch Changes
4016f21: Remove some unused dependencies- Updated dependencies
- @backstage/backend-plugin-api@0.6.9
- @backstage/plugin-auth-node@0.4.3
0.0.2-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.9-next.2
- @backstage/plugin-auth-node@0.4.3-next.2
0.0.2-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.3-next.1
- @backstage/backend-plugin-api@0.6.9-next.1
0.0.2-next.0
Patch Changes
4016f21: Remove some unused dependencies- Updated dependencies
- @backstage/backend-plugin-api@0.6.9-next.0
- @backstage/plugin-auth-node@0.4.3-next.0
0.0.1
Patch Changes
e1c189b: Adds okta-provider backend module for the auth plugina62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-node@0.4.2
- @backstage/backend-plugin-api@0.6.8
0.0.1-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0-next.3
- @backstage/backend-plugin-api@0.6.8-next.3
- @backstage/plugin-auth-node@0.4.2-next.3
0.0.1-next.2
Patch Changes
a62764b: Updated dependencypassportto^0.7.0.- Updated dependencies
- @backstage/backend-common@0.20.0-next.2
- @backstage/plugin-auth-node@0.4.2-next.2
- @backstage/backend-plugin-api@0.6.8-next.2
0.0.1-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.0-next.1
- @backstage/backend-plugin-api@0.6.8-next.1
- @backstage/plugin-auth-node@0.4.2-next.1
0.0.1-next.0
Patch Changes
e1c189b524: Adds okta-provider backend module for the auth plugin- Updated dependencies
- @backstage/backend-common@0.20.0-next.0
- @backstage/plugin-auth-node@0.4.2-next.0
- @backstage/backend-plugin-api@0.6.8-next.0