AuthProviderConfig
Home > @backstage/plugin-auth-node
> AuthProviderConfig
Warning: This API is now obsolete.
Use top-level properties passed to
AuthProviderFactory
instead
Signature:
export type AuthProviderConfig = {
baseUrl: string;
appUrl: string;
isOriginAllowed: (origin: string) => boolean;
cookieConfigurer?: CookieConfigurer;
};
References: CookieConfigurer