Merge pull request #29470 from ioboi/auth-backend-module-openshift-provider

Init auth-backend-module-openshift-provider [ContribFest]
This commit is contained in:
Patrik Oldsberg
2025-09-09 20:45:37 +02:00
committed by GitHub
38 changed files with 1120 additions and 38 deletions
@@ -69,6 +69,7 @@ import { OAuthScope } from '@backstage/core-plugin-api';
import { oktaAuthApiRef } from '@backstage/core-plugin-api';
import { oneloginAuthApiRef } from '@backstage/core-plugin-api';
import { OpenIdConnectApi } from '@backstage/core-plugin-api';
import { openshiftAuthApiRef } from '@backstage/core-plugin-api';
import { PendingOAuthRequest } from '@backstage/core-plugin-api';
import { ProfileInfo } from '@backstage/core-plugin-api';
import { ProfileInfoApi } from '@backstage/core-plugin-api';
@@ -1518,6 +1519,8 @@ export { oneloginAuthApiRef };
export { OpenIdConnectApi };
export { openshiftAuthApiRef };
// @public
export interface OverridableFrontendPlugin<
TRoutes extends {
@@ -37,4 +37,5 @@ export {
microsoftAuthApiRef,
oneloginAuthApiRef,
vmwareCloudAuthApiRef,
openshiftAuthApiRef,
} from '@backstage/core-plugin-api';