Files
backstage/plugins/auth-backend-module-oidc-provider/CHANGELOG.md
T
github-actions[bot] ed7c4e3bef Version Packages (next)
2026-03-10 17:34:12 +00:00

27 KiB
Raw Blame History

@backstage/plugin-auth-backend-module-oidc-provider

0.4.14-next.1

Patch Changes

0.4.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.27.1-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/types@1.2.2
    • @backstage/plugin-auth-node@0.6.14-next.0

0.4.13

Patch Changes

0.4.13-next.1

Patch Changes

0.4.12-next.0

Patch Changes

  • 7455dae: Use node prefix on native imports
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @backstage/backend-plugin-api@1.7.0-next.0
    • @backstage/plugin-auth-backend@0.26.1-next.0
    • @backstage/plugin-auth-node@0.6.12-next.0
    • @backstage/config@1.3.6
    • @backstage/types@1.2.2

0.4.11

Patch Changes

  • e54fcb2: Added support for custom start URL search parameters (with the new startUrlSearchParams config property)
  • Updated dependencies

0.4.11-next.1

Patch Changes

0.4.11-next.0

Patch Changes

  • e54fcb2: Added support for custom start URL search parameters (with the new startUrlSearchParams config property)
  • Updated dependencies

0.4.10

Patch Changes

0.4.10-next.1

Patch Changes

  • de96a60: chore(deps): bump express from 4.21.2 to 4.22.0
  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.7-next.1
    • @backstage/plugin-auth-node@0.6.10-next.1
    • @backstage/backend-plugin-api@1.6.0-next.1
    • @backstage/config@1.3.6
    • @backstage/types@1.2.2

0.4.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.6.10-next.0
    • @backstage/backend-plugin-api@1.5.1-next.0
    • @backstage/plugin-auth-backend@0.25.7-next.0
    • @backstage/config@1.3.6
    • @backstage/types@1.2.2

0.4.9

Patch Changes

0.4.9-next.1

Patch Changes

0.4.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.6-next.0
    • @backstage/plugin-auth-node@0.6.9-next.0
    • @backstage/config@1.3.6-next.0
    • @backstage/backend-plugin-api@1.4.5-next.0
    • @backstage/types@1.2.2

0.4.8

Patch Changes

0.4.8-next.0

Patch Changes

  • Updated dependencies

0.4.7

Patch Changes

0.4.7-next.0

Patch Changes

0.4.6

Patch Changes

0.4.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.3-next.0
    • @backstage/plugin-auth-node@0.6.6-next.0
    • @backstage/backend-plugin-api@1.4.2-next.0
    • @backstage/config@1.3.3
    • @backstage/types@1.2.1

0.4.5

Patch Changes

0.4.5-next.0

Patch Changes

  • Updated dependencies

0.4.4

Patch Changes

  • Updated dependencies

0.4.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-node@0.6.4-next.1
    • @backstage/backend-plugin-api@1.4.0-next.1
    • @backstage/config@1.3.2
    • @backstage/types@1.2.1
    • @backstage/plugin-auth-backend@0.25.1-next.1

0.4.4-next.0

Patch Changes

0.4.3

Patch Changes

  • 5cc1f7f: Introduce dangerouslyAllowSignInWithoutUserInCatalog auth resolver config.
  • Updated dependencies

0.4.3-next.2

Patch Changes

  • 5cc1f7f: Introduce dangerouslyAllowSignInWithoutUserInCatalog auth resolver config.
  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.0-next.2
    • @backstage/plugin-auth-node@0.6.3-next.2
    • @backstage/backend-plugin-api@1.3.1-next.2
    • @backstage/config@1.3.2
    • @backstage/types@1.2.1

0.4.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.0-next.1
    • @backstage/plugin-auth-node@0.6.3-next.1
    • @backstage/backend-plugin-api@1.3.1-next.1
    • @backstage/config@1.3.2
    • @backstage/types@1.2.1

0.4.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend@0.25.0-next.0
    • @backstage/backend-plugin-api@1.3.1-next.0
    • @backstage/plugin-auth-node@0.6.3-next.0
    • @backstage/config@1.3.2
    • @backstage/types@1.2.1

0.4.2

Patch Changes

  • 7495edf: Added custom timeout setting for oidc provider

    Here is an example of how to use a custom timeout with the configuration:

    auth:
      oidc:
        production:
          clientId: ${AUTH_GOOGLE_CLIENT_ID}
          clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
          timeout:
            seconds: 30
    
  • Updated dependencies

0.4.2-next.2

Patch Changes

  • Updated dependencies

0.4.2-next.1

Patch Changes

  • Updated dependencies

0.4.2-next.0

Patch Changes

  • 7495edf: Added custom timeout setting for oidc provider

    Here is an example of how to use a custom timeout with the configuration:

    auth:
      oidc:
        production:
          clientId: ${AUTH_GOOGLE_CLIENT_ID}
          clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
          timeout:
            seconds: 30
    
  • Updated dependencies

0.4.1

Patch Changes

0.4.1-next.2

Patch Changes

0.4.1-next.1

Patch Changes

0.4.1-next.0

Patch Changes

0.4.0

Minor Changes

  • 61f464e: Added auth.providers.<providerId>.sessionDuration config for auth providers to allow the lifespan of user sessions to be configured.

Patch Changes

  • 0afc4f2: Simplify the start method in the authenticator to just return the helper promise
  • Updated dependencies

0.4.0-next.3

Patch Changes

0.4.0-next.2

Minor Changes

  • 61f464e: Added auth.providers.<providerId>.sessionDuration config for auth providers to allow the lifespan of user sessions to be configured.

Patch Changes

0.3.5-next.1

Patch Changes

0.3.5-next.0

Patch Changes

0.3.4

Patch Changes

0.3.4-next.1

Patch Changes

0.3.4-next.0

Patch Changes

0.3.3

Patch Changes

0.3.3-next.2

Patch Changes

0.3.3-next.1

Patch Changes

0.3.3-next.0

Patch Changes

0.3.2

Patch Changes

0.3.2-next.2

Patch Changes

0.3.2-next.1

Patch Changes

0.3.2-next.0

Patch Changes

0.3.1

Patch Changes

  • 217458a: Updated configuration schema to include the new allowedDomains option for the emailLocalPartMatchingUserEntityName sign-in resolver.
  • 094eaa3: Remove references to in-repo backend-common
  • Updated dependencies

0.3.1-next.1

Patch Changes

  • 217458a: Updated configuration schema to include the new allowedDomains option for the emailLocalPartMatchingUserEntityName sign-in resolver.
  • Updated dependencies

0.3.1-next.0

Patch Changes

0.3.0

Minor Changes

  • d425fc4: BREAKING: The return values from createBackendPlugin, createBackendModule, and createServiceFactory are now simply BackendFeature and ServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason, createServiceFactory also no longer accepts the callback form where you provide direct options to the service. This also affects all coreServices.* 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 your packages/backend/src/index.ts too, where you add plugins, modules, and services. If you were using createServiceFactory with 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 IdentityFactoryOptions type 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

0.3.0-next.2

Patch Changes

0.3.0-next.1

Patch Changes

0.3.0-next.0

Minor Changes

  • d425fc4: BREAKING: The return values from createBackendPlugin, createBackendModule, and createServiceFactory are now simply BackendFeature and ServiceFactory, instead of the previously deprecated form of a function that returns them. For this reason, createServiceFactory also no longer accepts the callback form where you provide direct options to the service. This also affects all coreServices.* 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 your packages/backend/src/index.ts too, where you add plugins, modules, and services. If you were using createServiceFactory with 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 IdentityFactoryOptions type 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

0.2.4

Patch Changes

0.2.4-next.3

Patch Changes

0.2.4-next.2

Patch Changes

0.2.4-next.1

Patch Changes

0.2.4-next.0

Patch Changes

0.2.3

Patch Changes

0.2.3-next.1

Patch Changes

0.2.2-next.0

Patch Changes

0.2.0

Minor Changes

  • 8efc6cf: BREAKING: The scope config option have been removed and replaced by the standard additionalScopes config. In addition, openid, profile, and email scopes have been set to required and will always be present.

Patch Changes

0.2.0-next.3

Minor Changes

  • 8efc6cf: BREAKING: The scope config option have been removed and replaced by the standard additionalScopes config. In addition, openid, profile, and email scopes have been set to required and will always be present.

Patch Changes

0.1.10-next.2

Patch Changes

0.1.10-next.1

Patch Changes

0.1.10-next.0

Patch Changes

0.1.9

Patch Changes

0.1.9-next.1

Patch Changes

0.1.9-next.0

Patch Changes

0.1.8

Patch Changes

0.1.8-next.1

Patch Changes

0.1.8-next.0

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.4-next.2

Patch Changes

0.1.4-next.1

Patch Changes

0.1.3-next.0

Patch Changes

0.1.0

Minor Changes

  • 5d2fcba: Created new @backstage/plugin-auth-backend-module-oidc-provider module package to house oidc auth provider migration.

Patch Changes

0.1.0-next.3

Patch Changes

0.1.0-next.2

Patch Changes

0.1.0-next.1

Patch Changes

0.1.0-next.0

Minor Changes

  • 5d2fcba: Created new @backstage/plugin-auth-backend-module-oidc-provider module package to house oidc auth provider migration.

Patch Changes