Files
backstage/.changeset/early-feet-lay.md
T
Ruslan Nasyrov 6e72e879d7 fixed changeset
Signed-off-by: Ruslan Nasyrov <ruslan.nasyrov.f@gmail.com>
2025-03-24 12:27:07 +05:00

360 B

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

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