externalProviderId
Home > @gooddata/sdk-pluggable-application-model > IContextDeferredAuthCredentials > externalProviderId
IContextDeferredAuthCredentials.externalProviderId property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Optional external identity-provider identifier for SSO flows. When building a backend with ContextDeferredAuthProvider, pass this value to createNotAuthenticatedHandler (or equivalent) so the redirect targets the correct IdP login page.
Signature:
externalProviderId?: string;