Skip to main content
Version: Next

OAuthRouteHandlersOptions

Home > @backstage/plugin-auth-node > OAuthRouteHandlersOptions

Signature:

export interface OAuthRouteHandlersOptions<TProfile> 

Properties

Property

Modifiers

Type

Description

additionalScopes?

string[]

(Optional)

appUrl

string

authenticator

OAuthAuthenticator<any, TProfile>

baseUrl

string

config

Config

cookieConfigurer?

CookieConfigurer

(Optional)

isOriginAllowed

(origin: string) => boolean

profileTransform?

ProfileTransform<OAuthAuthenticatorResult<TProfile>>

(Optional)

providerId

string

resolverContext

AuthResolverContext

signInResolver?

SignInResolver<OAuthAuthenticatorResult<TProfile>>

(Optional)

stateTransform?

OAuthStateTransform

(Optional)