defaultAuthProviderFactories
Home > @backstage/plugin-auth-backend
> defaultAuthProviderFactories
Warning: This API is now obsolete.
Migrate the auth plugin to the new backend system https://backstage.io/docs/backend-system/building-backends/migrating\#the-auth-plugin
All auth provider factories that are installed by default.
Signature:
defaultAuthProviderFactories: {
[providerId: string]: AuthProviderFactory;
}