createOktaAuthProvider

View Source

Summary

Creates an Okta provider backed by the shared OIDC runtime.

Signature

function createOktaAuthProvider(
  options: OktaAuthProviderOptions,
): OAuthProvider<OktaAuthProfile, "okta", OAuthStandardTokens>;

Params

options

Okta issuer and client settings for your application.

Returns

An OAuth provider that can be passed to startExternalAuth() and finishExternalAuth().