Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@okta/okta-sdk-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/okta-sdk-nodejs - npm Package Versions

134

6.2.0

Diff

Changelog

Source

6.2.0

Others

  • #295 Upgrades parse-link-header to v2.0 to resolve ReDos vulnerability issue.
oktauploader
published 6.1.0 •

Changelog

Source

6.1.0

Features

  • #288 Adds option for configuring Response internal buffer size for default cache middleware
oktauploader
published 6.0.1 •

Changelog

Source

6.0.1

Bug Fixes

  • #293 Sets correct parent class for DeviceAccessPolicyRuleCondition
oktauploader
published 6.0.0 •

Changelog

Source

6.0.0

Features

  • #289 Adds Brand API, Profile Enrollment and Access Policy models

    • Models/Enum:
      • added Brand
      • added EmailTemplateTouchPointVariant
      • added EndUserDashboardTouchPointVariant
      • added ErrorPageTouchPointVariant
      • added ImageUploadResponse
      • added SignInPageTouchPointVariant
      • added Theme
      • added AccessPolicy
      • added AccessPolicyConstraint
      • added AccessPolicyConstraints
      • added AccessPolicyRule
      • added AccessPolicyRuleActions
      • added AccessPolicyRuleApplicationSignOn
      • added AccessPolicyRuleConditions
      • added AccessPolicyRuleCustomCondition
      • added AuthenticatorProvider
      • added AuthenticatorProviderConfiguration
      • added AuthenticatorProviderConfigurationUserNamePlate
      • added Compliance
      • added ChannelBinding
      • added FipsEnum
      • added KnowledgeConstraint
      • added PossessionConstraint
      • added PreRegistrationInlineHook
      • added ProfileEnrollmentPolicy
      • added ProfileEnrollmentPolicyRule
      • added ProfileEnrollmentPolicyRuleAction
      • added ProfileEnrollmentPolicyRuleActions
      • added ProfileEnrollmentPolicyRuleActivationRequirement
      • added ProfileEnrollmentPolicyRuleProfileAttribute
      • added RequiredEnum
      • added UserTypeCondition
      • added UserVerificationEnum
      • added VerificationMethod
    • Client:
      • added listBrands
      • added getBrand
      • added updateBrand
      • added listBrandThemes
      • added getBrandTheme
      • added updateBrandTheme
      • added deleteBrandThemeBackgroundImage
      • added uploadBrandThemeBackgroundImage
      • added deleteBrandThemeFavicon
      • added uploadBrandThemeFavicon
      • added deleteBrandThemeLogo
      • added uploadBrandThemeLogo
      • added updateOrgLogo
      • added updateAuthenticator
  • #287 Adds Authenticators API

    • Models/Enum:
      • added Authenticator
      • added AuthenticatorSettings
      • added AuthenticatorStatus
      • added AuthenticatorType
    • Client:
      • added method listAuthenticators
      • added method getAuthenticator
      • added method activateAuthenticator
      • added method deactivateAuthenticator
  • #278 Adds Org, Group Schema, Domain API, introduces enum modules. Please see list below for detailed information:

    • Models/Enum:
      • added AllowedForEnum
      • added ApplicationSettingsNotes
      • added DNSRecord
      • added DNSRecordType
      • added Domain
      • added DomainCertificate
      • added DomainCertificateMetadata
      • added DomainCertificateSourceType
      • added DomainCertificateType
      • added DomainListResponse
      • added DomainValidationStatus
      • added GroupSchema
      • added GroupSchemaAttribute
      • added GroupSchemaBase
      • added GroupSchemaBaseProperties
      • added GroupSchemaCustom
      • added GroupSchemaCustomDefinitions
      • added OrgContactType
      • added OrgContactTypeObject
      • added OrgContactUser
      • added OrgOktaCommunicationSetting
      • added OrgOktaSupportSetting
      • added OrgOktaSupportSettingsObj
      • added OrgPreferences
      • added OrgSetting
      • added TokenAuthorizationServerPolicyRuleActionInlineHook
      • added UserIdString
      • added SignOnInlineHook
      • added UserSchemaAttributeEnum
      • added UserSchemaAttributeItems
      • added UserSchemaAttributeMasterPriority
      • added UserSchemaAttributeMasterType
      • added UserSchemaAttributeScope
      • added UserSchemaAttributeType
      • added UserSchemaAttributeUnion
      • added UserSchemaAttributeUnion
      • added UserSchemaProperties
      • added UserSchemaPropertiesProfile
      • added UserSchemaPropertiesProfileItem
      • converted to enum ApllicationCredentialsScheme
      • converted to enum ApplicationCredentialsSigningUse
      • converted to enum ApplicatonSignOnMode
      • converted to enum AuthenticationProviderType
      • converted to enum AuthorizationServerCredentialsMode
      • converted to enum AuthorizationServerCredentialsUse
      • converted to enum CatalogApplicationStatus
      • converted to enum EnabledStatus
      • converted to enum EventHookChannelConfigAuthSchemeType
      • converted to enum FactorProvider
      • converted to enum FactorResultType
      • converted to enum FactorStatus
      • converted to enum FactorType
      • converted to enum FeatureStageState
      • converted to enum FeatureStageValue
      • converted to enum FeatureType
      • converted to enum GroupRuleStatus
      • converted to enum GroupType
      • converted to enum InlineHookStatus
      • converted to enum InlineHookType
      • converted to enum LinkedObjectDetailsType
      • converted to enum LogAuthenticationProvider
      • converted to enum LogCredentialsProvider
      • converted to enum LogCredentialType
      • converted to enum LogSeverity
      • converted to enum NetworkZoneAddressType
      • converted to enum NetworkZoneStatus
      • converted to enum NetworkZoneType
      • converted to enum NetworkZoneUsage
      • converted to enum OAuth2ScopeConsentGrantSource
      • converted to enum OAuth2ScopeConsentGrantStatus
      • converted to enum OAuthEndpointAuthenticationMethod
      • converted to enum OAuthGrantType
      • converted to enum OAuthResponseType
      • converted to enum OpenIdConnectApplicationConsentMethod
      • converted to enum OpenIdConnectApplicationIssuerMode
      • converted to enum OpenIdConnectApplicationType
      • converted to enum OpenIdConnectRefreshTokenRotationType
      • converted to enum PasswordCredentialHashAlgorithm
      • converted to enum PolicyRuleActionsEnrollSelf
      • converted to enum PolicySubjectMatchType
      • converted to enum PolicyType
      • converted to enum ProfileMappingPropertyPushStatus
      • converted to enum ProtocolRelayStateFormat
      • converted to enum RoleAssignmentType
      • converted to enum RoleStatus
      • converted to enum RoleType
      • converted to enum ScopeType
      • converted to enum SessionAuthenticationMethod
      • converted to enum SessionIdentityProviderType
      • converted to enum SessionStatus
      • converted to enum SmsTemplateType
      • converted to enum UserNextLogin
      • converted to enum UserStatus
      • updated ApplicationSettings (notes property added)
      • updated ApplicationVisibility (autoLaunch property added)
      • updated GroupRule (delete method now accepts optional queryParameters)
      • updated NetworkZone (CRUD method return Promise<NetworkZone>)
      • updated OpenIdConnectApplicationSettingsClient (wildcard_redirect property added)
      • updated SamlApplicationSettingsSignOn (inline_hooks property added)
      • updated TokenAuthorizationServerPolicyRuleAction (inline_hook property added)
      • updated User (getRole method added)
      • updated UserSchema (properties property type changed to UserSchemaProperties)
      • updated UserSchemaAttribute (mulitple properties added, type and scope properties type changed to UserSchemaAttributeType and UserSchemaAttributeScope respectively)
      • updated UserSchemaAttributeMaster (priority property added, type property type changed to UserSchemaAttributeMasterType)
    • Client:
      • added listDomains
      • added createDomain
      • added deleteDomain
      • added getDomain
      • added createCertificate
      • added verifyDomain
      • added getGroupSchema
      • added updateGroupSchema
      • added getOrgSettings
      • added partialUpdateOrgSetting
      • added updateOrgSetting
      • added getOrgContactTypes
      • added getOrgContactUser
      • added updateOrgContactUser
      • added getOrgPreferences
      • added hideOktaUIFooter
      • added showOktaUIFooter
      • added getOktaCommunicationSettings
      • added optInUsersToOktaCommunicationEmails
      • added optOutUsersFromOktaCommunicationEmails
      • added getOrgOktaSupportSettings
      • added extendOktaSupport
      • added grantOktaSupport
      • added revokeOktaSupport
      • added getUserRole
      • updated listPolicies (returns Promise<Policy>)
      • updated activateNetworZone (returns Promise<NetworkZone>)
      • updated deactivateNetworkZone (returns Promise<NetworkZone>)
      • updated listGroups (no longer accepts filter parameter trhough queryParameters)
      • updated deleteGroupRule (queryParameters optional parameter added)
  • #273 Introduces parameterized getApplication and createApplication methods

oktauploader
published 5.0.0 •

Changelog

Source

5.0.0

  • #259 Drop support for Node 10

  • #248 Generates SDK over latest spec @okta/openapi@2.2.4 that includes new endpoints and updated method signatures. Please see list below for detailed information:

    • Fixes
      • correct njwt-facing type signatures
      • force required params in js code
      • correct parsing of models' properties of array types
    • Model changes
      • AuthorizationServer
        • method listPolicies: returns Collection<AuthorizationServerPolicy>
        • method createPolicy: parameter type changed to AuthorizationServerPolicyOptions, returns Collection<AuthorizationServerPolicy>
        • method getPolicy: returns Promise<AuthorizationServerPolicy>
        • method updatePolicy: second parameter type changed to AuthorizationServerPolicyOptions, returns Promise<AuthorizationServerPolicy>
      • PolicyRule
        • added properties: actions: PolicyRuleActions, conditions: PolicyRuleConditions, name: string
      • SamlApplicationSettingsSignOn
        • added properties: slo: SingleLogout, spCertificate: SpCertificate
      • InlineHookChannelConfig
        • added properties: method: string
      • OpenIdConnectApplicationSettingsClient
        • added properties: idp_initiated_login: OpenIdConnectApplicationIdpInitiatedLogin
      • UserType
        • added method replaceUserType
      • added AuthorizationServerPolicy
      • added AuthorizationServerPolicyRule
      • added AuthorizationServerPolicyRuleActions
      • added AuthorizationServerPolicyRuleActions
      • added AuthorizationServerPolicyRuleConditions
      • added NetworkZone
      • added NetworkZoneAddress
      • added NetworkZoneAddressType
      • added NetworkZoneLocation
      • added NetworkZoneStatus
      • added NetworkZoneType
      • added NetworkZoneUsage
      • added OpenIdConnectApplicationIdpInitiatedLogin
      • added PolicyRuleActions
      • added PolicyRuleActionsEnroll
      • added PolicyRuleActionsEnrollSelf
      • added ProfileMapping
      • added ProfileMappingProperty
      • added ProfileMappingPropertyPushStatus
      • added ProfileMappingSource
      • added SingleLogout
      • added SpCertificate
      • added ThreatInsightConfiguration
      • added TokenAuthorizationServerPolicyRuleAction
      • added UserSchema
      • added UserSchemaAttribute
      • added UserSchemaAttributeMaster
      • added UserSchemaAttributePermission
      • added UserSchemaBase
      • added UserSchemaBaseProperties
      • added UserSchemaDefinitions
      • added UserSchemaPublic
    • Client changes
      • method createAuthorizationServerPolicy: added authorizationServerPolicy: AuthorizationServerPolicyOptions parameter
      • method listAuthorizationServerPolicies: returns Collection<AuthorizationServerPolicy>
      • method getAuthorizationServerPolicy: returns Promise<AuthorizationServerPolicy>
      • method updateAuthorizationServerPolicy: second parameter type changed to AuthorizationServerPolicyOptions, returns Promise<AuthorizationServerPolicy>
      • method listPolicies returns Promise<AuthorizationServerPolicy>
      • added method activateAuthorizationServerPolicy
      • added method deactivateAuthorizationServerPolicy
      • added method listAuthorizationServerPolicyRules
      • added method createAuthorizationServerPolicyRule
      • added method deleteAuthorizationServerPolicyRule
      • added method getAuthorizationServerPolicyRule
      • added method updateAuthorizationServerPolicyRule
      • added method activateAuthorizationServerPolicyRule
      • added method deactivateAuthorizationServerPolicyRule
      • added method listProfileMappings
      • added method getProfileMapping
      • added method updateProfileMapping
      • added method getApplicationUserSchema
      • added method updateApplicationUserProfile
      • added method getUserSchema
      • added method updateUserProfile
      • added method getCurrentConfiguration
      • added method updateConfiguration
      • added method createNetworkZone
      • added method deleteNetworkZone
      • added method getNetworkZone
      • added method updateNetworkZone
      • added method activateNetworkZone
      • added method deactivateNetworkZone
oktauploader
published 4.6.0 •

Changelog

Source

4.6.0

Features

  • #237 Exposes models and type declarations through library root

Bug Fixes

  • #247 Fixes OAuth flow error for apps using multiple JWKs
oktauploader
published 4.5.1 •

oktauploader
published 4.5.0 •

Changelog

Source

4.5.0

Features

  • #231 Adds TypeScript type definitions
oktauploader
published 4.4.0 •

Changelog

Source

4.4.0

  • #218

    • Uses req.url as key to cache response
    • Adds json() function to the default cache middleware response
  • #217 Upgrade dependencies to latest versions, include node 14 into CI test platforms

oktauploader
published 4.3.1 •

Changelog

Source

4.3.1

Bug Fixes

  • #213 Fixes off-by-one error in Collection iterator
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc